587
|
1 |
<#--
|
|
2 |
============================================================================
|
|
3 |
Name :
|
|
4 |
Part of : Helium
|
|
5 |
|
|
6 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
7 |
All rights reserved.
|
|
8 |
This component and the accompanying materials are made available
|
|
9 |
under the terms of the License "Eclipse Public License v1.0"
|
|
10 |
which accompanies this distribution, and is available
|
|
11 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
12 |
|
|
13 |
Initial Contributors:
|
|
14 |
Nokia Corporation - initial contribution.
|
|
15 |
|
|
16 |
Contributors:
|
|
17 |
|
|
18 |
Description:
|
|
19 |
|
|
20 |
============================================================================
|
|
21 |
-->
|
|
22 |
<?xml version="1.0" encoding="utf-8"?>
|
|
23 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
|
24 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
25 |
|
|
26 |
<#include "api.ftllib"/>
|
|
27 |
|
|
28 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
29 |
|
|
30 |
<@helium_api_head_section title="Helium API"/>
|
|
31 |
|
|
32 |
<frameset cols="20%,80%">
|
|
33 |
<frameset rows="30%,70%">
|
|
34 |
<frame src="overview-frame.html" name="packagelistframe" title="All packages"/>
|
|
35 |
<frame src="alltargets-frame.html" name="packageframe" title="All classes and interfaces (except non-static nested types)"/>
|
|
36 |
</frameset>
|
|
37 |
<frame src="overview-summary.html" name="classframe" title="package, class and interface descriptions"/>
|
|
38 |
</frameset>
|
|
39 |
|
|
40 |
<noframes>
|
|
41 |
<body>
|
|
42 |
<h2>frame alert</h2>
|
|
43 |
<p/>
|
|
44 |
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.
|
|
45 |
<br/>
|
|
46 |
link to<a href="overview-summary.html">non-frame version.</a>
|
|
47 |
</body>
|
|
48 |
</noframes>
|
|
49 |
|
|
50 |
</html>
|