1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> |
---|
2 | <!-- NewPage --> |
---|
3 | <html lang="es"> |
---|
4 | <head> |
---|
5 | <!-- Generated by javadoc on Wed Jul 10 13:13:18 CEST 2013 --> |
---|
6 | <title>Generated Documentation (Untitled)</title> |
---|
7 | <script type="text/javascript"> |
---|
8 | targetPage = "" + window.location.search; |
---|
9 | if (targetPage != "" && targetPage != "undefined") |
---|
10 | targetPage = targetPage.substring(1); |
---|
11 | if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage))) |
---|
12 | targetPage = "undefined"; |
---|
13 | function validURL(url) { |
---|
14 | var pos = url.indexOf(".html"); |
---|
15 | if (pos == -1 || pos != url.length - 5) |
---|
16 | return false; |
---|
17 | var allowNumber = false; |
---|
18 | var allowSep = false; |
---|
19 | var seenDot = false; |
---|
20 | for (var i = 0; i < url.length - 5; i++) { |
---|
21 | var ch = url.charAt(i); |
---|
22 | if ('a' <= ch && ch <= 'z' || |
---|
23 | 'A' <= ch && ch <= 'Z' || |
---|
24 | ch == '$' || |
---|
25 | ch == '_') { |
---|
26 | allowNumber = true; |
---|
27 | allowSep = true; |
---|
28 | } else if ('0' <= ch && ch <= '9' |
---|
29 | || ch == '-') { |
---|
30 | if (!allowNumber) |
---|
31 | return false; |
---|
32 | } else if (ch == '/' || ch == '.') { |
---|
33 | if (!allowSep) |
---|
34 | return false; |
---|
35 | allowNumber = false; |
---|
36 | allowSep = false; |
---|
37 | if (ch == '.') |
---|
38 | seenDot = true; |
---|
39 | if (ch == '/' && seenDot) |
---|
40 | return false; |
---|
41 | } else { |
---|
42 | return false; |
---|
43 | } |
---|
44 | } |
---|
45 | return true; |
---|
46 | } |
---|
47 | function loadFrames() { |
---|
48 | if (targetPage != "" && targetPage != "undefined") |
---|
49 | top.classFrame.location = top.targetPage; |
---|
50 | } |
---|
51 | </script> |
---|
52 | </head> |
---|
53 | <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> |
---|
54 | <frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()"> |
---|
55 | <frame src="overview-frame.html" name="packageListFrame" title="All Packages"> |
---|
56 | <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> |
---|
57 | </frameset> |
---|
58 | <frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> |
---|
59 | <noframes> |
---|
60 | <noscript> |
---|
61 | <div>JavaScript is disabled on your browser.</div> |
---|
62 | </noscript> |
---|
63 | <h2>Frame Alert</h2> |
---|
64 | <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> |
---|
65 | </noframes> |
---|
66 | </frameset> |
---|
67 | </html> |
---|