]> git.mxchange.org Git - flightgear.git/blob - scripts/java/FGClient/docs/javadoc/index-all.html
Remove a duplicate line.
[flightgear.git] / scripts / java / FGClient / docs / javadoc / index-all.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc on Sat Jun 08 09:45:47 EDT 2002 -->
6 <TITLE>
7 : Index
8 </TITLE>
9 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
10 </HEAD>
11 <BODY BGCOLOR="white">
12
13 <!-- ========== START OF NAVBAR ========== -->
14 <A NAME="navbar_top"><!-- --></A>
15 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16 <TR>
17 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18 <A NAME="navbar_top_firstrow"><!-- --></A>
19 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20   <TR ALIGN="center" VALIGN="top">
21   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
22   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
23   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
24   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/flightgear/fgfsclient/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
25   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
26   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
27   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
28   </TR>
29 </TABLE>
30 </TD>
31 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
32 </EM>
33 </TD>
34 </TR>
35
36 <TR>
37 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
38 &nbsp;PREV&nbsp;
39 &nbsp;NEXT</FONT></TD>
40 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
41   <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
42 &nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
43 </TR>
44 </TABLE>
45 <!-- =========== END OF NAVBAR =========== -->
46
47 <A HREF="#_C_">C</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <HR>
48 <A NAME="_C_"><!-- --></A><H2>
49 <B>C</B></H2>
50 <DL>
51 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#close()"><B>close()</B></A> - 
52 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
53 <DD>Close the connection to FlightGear.
54 </DL>
55 <HR>
56 <A NAME="_F_"><!-- --></A><H2>
57 <B>F</B></H2>
58 <DL>
59 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html"><B>FGFSConnection</B></A> - class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>.<DD>A connection to a running instance of FlightGear.<DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#FGFSConnection(java.lang.String, int)"><B>FGFSConnection(String, int)</B></A> - 
60 Constructor for class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
61 <DD>Constructor.
62 </DL>
63 <HR>
64 <A NAME="_G_"><!-- --></A><H2>
65 <B>G</B></H2>
66 <DL>
67 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#get(java.lang.String)"><B>get(String)</B></A> - 
68 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
69 <DD>Get the raw string value for a property.
70 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#getBoolean(java.lang.String)"><B>getBoolean(String)</B></A> - 
71 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
72 <DD>Get a property value as a boolean.
73 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#getDouble(java.lang.String)"><B>getDouble(String)</B></A> - 
74 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
75 <DD>Get a property value as a double.
76 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
77 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
78 <DD>Get a property value as a float.
79 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
80 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
81 <DD>Get a property value as an integer.
82 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#getLong(java.lang.String)"><B>getLong(String)</B></A> - 
83 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
84 <DD>Get a property value as a long.
85 </DL>
86 <HR>
87 <A NAME="_O_"><!-- --></A><H2>
88 <B>O</B></H2>
89 <DL>
90 <DT><A HREF="org/flightgear/fgfsclient/package-summary.html"><B>org.flightgear.fgfsclient</B></A> - package org.flightgear.fgfsclient<DD>&nbsp;</DL>
91 <HR>
92 <A NAME="_S_"><!-- --></A><H2>
93 <B>S</B></H2>
94 <DL>
95 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#set(java.lang.String, java.lang.String)"><B>set(String, String)</B></A> - 
96 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
97 <DD>Set the raw string value for a property.
98 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#setBoolean(java.lang.String, boolean)"><B>setBoolean(String, boolean)</B></A> - 
99 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
100 <DD>Set a property value from a boolean.
101 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#setDouble(java.lang.String, double)"><B>setDouble(String, double)</B></A> - 
102 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
103 <DD>Set a property value from a double.
104 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#setFloat(java.lang.String, float)"><B>setFloat(String, float)</B></A> - 
105 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
106 <DD>Set a property value from a float.
107 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#setInt(java.lang.String, int)"><B>setInt(String, int)</B></A> - 
108 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
109 <DD>Set a property value from an int.
110 <DT><A HREF="org/flightgear/fgfsclient/FGFSConnection.html#setLong(java.lang.String, long)"><B>setLong(String, long)</B></A> - 
111 Method in class org.flightgear.fgfsclient.<A HREF="org/flightgear/fgfsclient/FGFSConnection.html">FGFSConnection</A>
112 <DD>Set a property value from a long.
113 </DL>
114 <HR>
115 <A HREF="#_C_">C</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> 
116 <!-- ========== START OF NAVBAR ========== -->
117 <A NAME="navbar_bottom"><!-- --></A>
118 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
119 <TR>
120 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
121 <A NAME="navbar_bottom_firstrow"><!-- --></A>
122 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
123   <TR ALIGN="center" VALIGN="top">
124   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
125   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
126   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
127   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/flightgear/fgfsclient/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
128   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
129   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
130   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
131   </TR>
132 </TABLE>
133 </TD>
134 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
135 </EM>
136 </TD>
137 </TR>
138
139 <TR>
140 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
141 &nbsp;PREV&nbsp;
142 &nbsp;NEXT</FONT></TD>
143 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
144   <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
145 &nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
146 </TR>
147 </TABLE>
148 <!-- =========== END OF NAVBAR =========== -->
149
150 <HR>
151
152 </BODY>
153 </HTML>