bc778c59b8c7700405aab2b1c73653c67de21126
[deliverable/tracecompass.git] / org.eclipse.tracecompass.help / reference / api / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc on Sat Feb 22 08:24:16 EST 2014 -->
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 <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
55 <frame src="org/eclipse/linuxtools/tmf/core/timestamp/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
56 <noframes>
57 <noscript>
58 <div>JavaScript is disabled on your browser.</div>
59 </noscript>
60 <h2>Frame Alert</h2>
61 <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="org/eclipse/linuxtools/tmf/core/timestamp/package-summary.html">Non-frame version</a>.</p>
62 </noframes>
63 </frameset>
64 </html>
This page took 0.033994 seconds and 4 git commands to generate.