OSDN Git Service

c63db64e3bba0d566bfd72020f0102589fdca2e5
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / docs / apidocs / javax / microedition / lcdui / ChoiceGroup.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.5.0_09) on Sun Sep 02 23:07:09 BST 2007 -->
6 <TITLE>
7 ChoiceGroup (leJOS NXT API documentation)
8 </TITLE>
9
10 <META NAME="keywords" CONTENT="javax.microedition.lcdui.ChoiceGroup class">
11
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
14 <SCRIPT type="text/javascript">
15 function windowTitle()
16 {
17     parent.document.title="ChoiceGroup (leJOS NXT API documentation)";
18 }
19 </SCRIPT>
20 <NOSCRIPT>
21 </NOSCRIPT>
22
23 </HEAD>
24
25 <BODY BGCOLOR="white" onload="windowTitle();">
26
27
28 <!-- ========= START OF TOP NAVBAR ======= -->
29 <A NAME="navbar_top"><!-- --></A>
30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32 <TR>
33 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34 <A NAME="navbar_top_firstrow"><!-- --></A>
35 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36   <TR ALIGN="center" VALIGN="top">
37   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44   </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../javax/microedition/lcdui/Command.html" title="class in javax.microedition.lcdui"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57   <A HREF="../../../index.html?javax/microedition/lcdui/ChoiceGroup.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58 &nbsp;<A HREF="ChoiceGroup.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60   <!--
61   if(window==top) {
62     document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
63   }
64   //-->
65 </SCRIPT>
66 <NOSCRIPT>
67   <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 javax.microedition.lcdui</FONT>
88 <BR>
89 Class ChoiceGroup</H2>
90 <PRE>
91 <A HREF="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A>
92   <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">javax.microedition.lcdui.Item</A>
93       <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>javax.microedition.lcdui.ChoiceGroup</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public class <B>ChoiceGroup</B><DT>extends <A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">Item</A><DT>implements <A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></DL>
101 </PRE>
102
103 <P>
104 <DL>
105 <DT><B>Author:</B></DT>
106   <DD>Andre Nijholt</DD>
107 </DL>
108 <HR>
109
110 <P>
111 <!-- =========== FIELD SUMMARY =========== -->
112
113 <A NAME="field_summary"><!-- --></A>
114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117 <B>Field Summary</B></FONT></TH>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
121 <CODE>protected &nbsp;<A HREF="../../../java/util/ArrayList.html" title="class in java.util">ArrayList</A></CODE></FONT></TD>
122 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#choiceItems">choiceItems</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129 <CODE>protected &nbsp;int</CODE></FONT></TD>
130 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#choiceType">choiceType</A></B></CODE>
131
132 <BR>
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134 </TR>
135 </TABLE>
136 &nbsp;<A NAME="fields_inherited_from_class_javax.microedition.lcdui.Item"><!-- --></A>
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left"><B>Fields inherited from class javax.microedition.lcdui.<A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">Item</A></B></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD><CODE><A HREF="../../../javax/microedition/lcdui/Item.html#cmdListener">cmdListener</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#commands">commands</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#interactive">interactive</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#label">label</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#minHeight">minHeight</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#minWidth">minWidth</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#prefHeight">prefHeight</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#prefWidth">prefWidth</A></CODE></TD>
143 </TR>
144 </TABLE>
145 &nbsp;<A NAME="fields_inherited_from_class_javax.microedition.lcdui.Choice"><!-- --></A>
146 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
147 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
148 <TH ALIGN="left"><B>Fields inherited from interface javax.microedition.lcdui.<A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></B></TH>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#EXCLUSIVE">EXCLUSIVE</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#IMPLICIT">IMPLICIT</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#MULTIPLE">MULTIPLE</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#POPUP">POPUP</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#TEXT_WRAP_DEFAULT">TEXT_WRAP_DEFAULT</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#TEXT_WRAP_OFF">TEXT_WRAP_OFF</A>, <A HREF="../../../javax/microedition/lcdui/Choice.html#TEXT_WRAP_ON">TEXT_WRAP_ON</A></CODE></TD>
152 </TR>
153 </TABLE>
154 &nbsp;
155 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
156
157 <A NAME="constructor_summary"><!-- --></A>
158 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
160 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
161 <B>Constructor Summary</B></FONT></TH>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int)">ChoiceGroup</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;label,
165             int&nbsp;choiceType)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#ChoiceGroup(java.lang.String, int, java.lang.String[], javax.microedition.lcdui.Image[])">ChoiceGroup</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;label,
172             int&nbsp;choiceType,
173             <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>[]&nbsp;stringElements,
174             <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>[]&nbsp;imageElements)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 </TABLE>
180 &nbsp;
181 <!-- ========== METHOD SUMMARY =========== -->
182
183 <A NAME="method_summary"><!-- --></A>
184 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
185 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
186 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
187 <B>Method Summary</B></FONT></TH>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;int</CODE></FONT></TD>
192 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#append(java.lang.String, javax.microedition.lcdui.Image)">append</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
193        <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;void</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#delete(int)">delete</A></B>(int&nbsp;elementNum)</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;void</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#deleteAll()">deleteAll</A></B>()</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;<A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A></CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#getImage(int)">getImage</A></B>(int&nbsp;elementNum)</CODE>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;int</CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#getSelectedFlags(boolean[])">getSelectedFlags</A></B>(boolean[]&nbsp;selectedArray_return)</CODE>
226
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;int</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#getSelectedIndex()">getSelectedIndex</A></B>()</CODE>
234
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#getString(int)">getString</A></B>(int&nbsp;elementNum)</CODE>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;void</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#insert(int, java.lang.String, javax.microedition.lcdui.Image)">insert</A></B>(int&nbsp;elementNum,
250        <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
251        <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</CODE>
252
253 <BR>
254 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255 </TR>
256 <TR BGCOLOR="white" CLASS="TableRowColor">
257 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258 <CODE>&nbsp;boolean</CODE></FONT></TD>
259 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#isSelected(int)">isSelected</A></B>(int&nbsp;elementNum)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266 <CODE>protected &nbsp;void</CODE></FONT></TD>
267 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#keyPressed(int)">keyPressed</A></B>(int&nbsp;keyCode)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
274 <CODE>protected &nbsp;void</CODE></FONT></TD>
275 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#paint(javax.microedition.lcdui.Graphics, int, int, int, int, boolean)">paint</A></B>(<A HREF="../../../javax/microedition/lcdui/Graphics.html" title="class in javax.microedition.lcdui">Graphics</A>&nbsp;g,
276       int&nbsp;x,
277       int&nbsp;y,
278       int&nbsp;w,
279       int&nbsp;h,
280       boolean&nbsp;selected)</CODE>
281
282 <BR>
283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
284 </TR>
285 <TR BGCOLOR="white" CLASS="TableRowColor">
286 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287 <CODE>&nbsp;void</CODE></FONT></TD>
288 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#set(int, java.lang.String, javax.microedition.lcdui.Image)">set</A></B>(int&nbsp;elementNum,
289     <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
290     <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</CODE>
291
292 <BR>
293 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
294 </TR>
295 <TR BGCOLOR="white" CLASS="TableRowColor">
296 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
297 <CODE>&nbsp;void</CODE></FONT></TD>
298 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#setScrollWrap(boolean)">setScrollWrap</A></B>(boolean&nbsp;scrollWrap)</CODE>
299
300 <BR>
301 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
302 </TR>
303 <TR BGCOLOR="white" CLASS="TableRowColor">
304 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305 <CODE>&nbsp;void</CODE></FONT></TD>
306 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#setSelectedFlags(boolean[])">setSelectedFlags</A></B>(boolean[]&nbsp;selectedArray)</CODE>
307
308 <BR>
309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
310 </TR>
311 <TR BGCOLOR="white" CLASS="TableRowColor">
312 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313 <CODE>&nbsp;void</CODE></FONT></TD>
314 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#setSelectedIndex(int, boolean)">setSelectedIndex</A></B>(int&nbsp;elementNum,
315                  boolean&nbsp;selected)</CODE>
316
317 <BR>
318 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
319 </TR>
320 <TR BGCOLOR="white" CLASS="TableRowColor">
321 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
322 <CODE>&nbsp;int</CODE></FONT></TD>
323 <TD><CODE><B><A HREF="../../../javax/microedition/lcdui/ChoiceGroup.html#size()">size</A></B>()</CODE>
324
325 <BR>
326 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
327 </TR>
328 </TABLE>
329 &nbsp;<A NAME="methods_inherited_from_class_javax.microedition.lcdui.Item"><!-- --></A>
330 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
331 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
332 <TH ALIGN="left"><B>Methods inherited from class javax.microedition.lcdui.<A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">Item</A></B></TH>
333 </TR>
334 <TR BGCOLOR="white" CLASS="TableRowColor">
335 <TD><CODE><A HREF="../../../javax/microedition/lcdui/Item.html#addCommand(javax.microedition.lcdui.Command)">addCommand</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getLabel()">getLabel</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getMinimumHeight()">getMinimumHeight</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getMinimumWidth()">getMinimumWidth</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getPaintRequest()">getPaintRequest</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getPreferredHeight()">getPreferredHeight</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#getPreferredWidth()">getPreferredWidth</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#hideNotify()">hideNotify</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#isInteractive()">isInteractive</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#keyReleased(int)">keyReleased</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#notifyStateChanged()">notifyStateChanged</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#removeCommand(javax.microedition.lcdui.Command)">removeCommand</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#repaint()">repaint</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#setItemCommandListener(javax.microedition.lcdui.ItemCommandListener)">setItemCommandListener</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#setPreferredSize(int, int)">setPreferredSize</A>, <A HREF="../../../javax/microedition/lcdui/Item.html#showNotify()">showNotify</A></CODE></TD>
336 </TR>
337 </TABLE>
338 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
339 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
340 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
341 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH>
342 </TR>
343 <TR BGCOLOR="white" CLASS="TableRowColor">
344 <TD><CODE><A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A></CODE></TD>
345 </TR>
346 </TABLE>
347 &nbsp;
348 <P>
349
350 <!-- ============ FIELD DETAIL =========== -->
351
352 <A NAME="field_detail"><!-- --></A>
353 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
354 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
355 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
356 <B>Field Detail</B></FONT></TH>
357 </TR>
358 </TABLE>
359
360 <A NAME="choiceType"><!-- --></A><H3>
361 choiceType</H3>
362 <PRE>
363 protected int <B>choiceType</B></PRE>
364 <DL>
365 <DL>
366 </DL>
367 </DL>
368 <HR>
369
370 <A NAME="choiceItems"><!-- --></A><H3>
371 choiceItems</H3>
372 <PRE>
373 protected <A HREF="../../../java/util/ArrayList.html" title="class in java.util">ArrayList</A> <B>choiceItems</B></PRE>
374 <DL>
375 <DL>
376 </DL>
377 </DL>
378
379 <!-- ========= CONSTRUCTOR DETAIL ======== -->
380
381 <A NAME="constructor_detail"><!-- --></A>
382 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
383 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
384 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
385 <B>Constructor Detail</B></FONT></TH>
386 </TR>
387 </TABLE>
388
389 <A NAME="ChoiceGroup(java.lang.String, int)"><!-- --></A><H3>
390 ChoiceGroup</H3>
391 <PRE>
392 public <B>ChoiceGroup</B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;label,
393                    int&nbsp;choiceType)</PRE>
394 <DL>
395 </DL>
396 <HR>
397
398 <A NAME="ChoiceGroup(java.lang.String, int, java.lang.String[], javax.microedition.lcdui.Image[])"><!-- --></A><H3>
399 ChoiceGroup</H3>
400 <PRE>
401 public <B>ChoiceGroup</B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;label,
402                    int&nbsp;choiceType,
403                    <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>[]&nbsp;stringElements,
404                    <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>[]&nbsp;imageElements)</PRE>
405 <DL>
406 </DL>
407
408 <!-- ============ METHOD DETAIL ========== -->
409
410 <A NAME="method_detail"><!-- --></A>
411 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
412 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
413 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
414 <B>Method Detail</B></FONT></TH>
415 </TR>
416 </TABLE>
417
418 <A NAME="append(java.lang.String, javax.microedition.lcdui.Image)"><!-- --></A><H3>
419 append</H3>
420 <PRE>
421 public int <B>append</B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
422                   <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</PRE>
423 <DL>
424 <DD><DL>
425 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#append(java.lang.String, javax.microedition.lcdui.Image)">append</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
426 </DD>
427 <DD><DL>
428 </DL>
429 </DD>
430 </DL>
431 <HR>
432
433 <A NAME="delete(int)"><!-- --></A><H3>
434 delete</H3>
435 <PRE>
436 public void <B>delete</B>(int&nbsp;elementNum)</PRE>
437 <DL>
438 <DD><DL>
439 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#delete(int)">delete</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
440 </DD>
441 <DD><DL>
442 </DL>
443 </DD>
444 </DL>
445 <HR>
446
447 <A NAME="deleteAll()"><!-- --></A><H3>
448 deleteAll</H3>
449 <PRE>
450 public void <B>deleteAll</B>()</PRE>
451 <DL>
452 <DD><DL>
453 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#deleteAll()">deleteAll</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
454 </DD>
455 <DD><DL>
456 </DL>
457 </DD>
458 </DL>
459 <HR>
460
461 <A NAME="getImage(int)"><!-- --></A><H3>
462 getImage</H3>
463 <PRE>
464 public <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A> <B>getImage</B>(int&nbsp;elementNum)</PRE>
465 <DL>
466 <DD><DL>
467 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#getImage(int)">getImage</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
468 </DD>
469 <DD><DL>
470 </DL>
471 </DD>
472 </DL>
473 <HR>
474
475 <A NAME="getSelectedFlags(boolean[])"><!-- --></A><H3>
476 getSelectedFlags</H3>
477 <PRE>
478 public int <B>getSelectedFlags</B>(boolean[]&nbsp;selectedArray_return)</PRE>
479 <DL>
480 <DD><DL>
481 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#getSelectedFlags(boolean[])">getSelectedFlags</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
482 </DD>
483 <DD><DL>
484 </DL>
485 </DD>
486 </DL>
487 <HR>
488
489 <A NAME="getSelectedIndex()"><!-- --></A><H3>
490 getSelectedIndex</H3>
491 <PRE>
492 public int <B>getSelectedIndex</B>()</PRE>
493 <DL>
494 <DD><DL>
495 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#getSelectedIndex()">getSelectedIndex</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
496 </DD>
497 <DD><DL>
498 </DL>
499 </DD>
500 </DL>
501 <HR>
502
503 <A NAME="getString(int)"><!-- --></A><H3>
504 getString</H3>
505 <PRE>
506 public <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> <B>getString</B>(int&nbsp;elementNum)</PRE>
507 <DL>
508 <DD><DL>
509 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#getString(int)">getString</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
510 </DD>
511 <DD><DL>
512 </DL>
513 </DD>
514 </DL>
515 <HR>
516
517 <A NAME="insert(int, java.lang.String, javax.microedition.lcdui.Image)"><!-- --></A><H3>
518 insert</H3>
519 <PRE>
520 public void <B>insert</B>(int&nbsp;elementNum,
521                    <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
522                    <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</PRE>
523 <DL>
524 <DD><DL>
525 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#insert(int, java.lang.String, javax.microedition.lcdui.Image)">insert</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
526 </DD>
527 <DD><DL>
528 </DL>
529 </DD>
530 </DL>
531 <HR>
532
533 <A NAME="isSelected(int)"><!-- --></A><H3>
534 isSelected</H3>
535 <PRE>
536 public boolean <B>isSelected</B>(int&nbsp;elementNum)</PRE>
537 <DL>
538 <DD><DL>
539 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#isSelected(int)">isSelected</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
540 </DD>
541 <DD><DL>
542 </DL>
543 </DD>
544 </DL>
545 <HR>
546
547 <A NAME="set(int, java.lang.String, javax.microedition.lcdui.Image)"><!-- --></A><H3>
548 set</H3>
549 <PRE>
550 public void <B>set</B>(int&nbsp;elementNum,
551                 <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;stringPart,
552                 <A HREF="../../../javax/microedition/lcdui/Image.html" title="class in javax.microedition.lcdui">Image</A>&nbsp;imagePart)</PRE>
553 <DL>
554 <DD><DL>
555 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#set(int, java.lang.String, javax.microedition.lcdui.Image)">set</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
556 </DD>
557 <DD><DL>
558 </DL>
559 </DD>
560 </DL>
561 <HR>
562
563 <A NAME="setScrollWrap(boolean)"><!-- --></A><H3>
564 setScrollWrap</H3>
565 <PRE>
566 public void <B>setScrollWrap</B>(boolean&nbsp;scrollWrap)</PRE>
567 <DL>
568 <DD><DL>
569 </DL>
570 </DD>
571 <DD><DL>
572 </DL>
573 </DD>
574 </DL>
575 <HR>
576
577 <A NAME="setSelectedFlags(boolean[])"><!-- --></A><H3>
578 setSelectedFlags</H3>
579 <PRE>
580 public void <B>setSelectedFlags</B>(boolean[]&nbsp;selectedArray)</PRE>
581 <DL>
582 <DD><DL>
583 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#setSelectedFlags(boolean[])">setSelectedFlags</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
584 </DD>
585 <DD><DL>
586 </DL>
587 </DD>
588 </DL>
589 <HR>
590
591 <A NAME="setSelectedIndex(int, boolean)"><!-- --></A><H3>
592 setSelectedIndex</H3>
593 <PRE>
594 public void <B>setSelectedIndex</B>(int&nbsp;elementNum,
595                              boolean&nbsp;selected)</PRE>
596 <DL>
597 <DD><DL>
598 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#setSelectedIndex(int, boolean)">setSelectedIndex</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
599 </DD>
600 <DD><DL>
601 </DL>
602 </DD>
603 </DL>
604 <HR>
605
606 <A NAME="size()"><!-- --></A><H3>
607 size</H3>
608 <PRE>
609 public int <B>size</B>()</PRE>
610 <DL>
611 <DD><DL>
612 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Choice.html#size()">size</A></CODE> in interface <CODE><A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui">Choice</A></CODE></DL>
613 </DD>
614 <DD><DL>
615 </DL>
616 </DD>
617 </DL>
618 <HR>
619
620 <A NAME="keyPressed(int)"><!-- --></A><H3>
621 keyPressed</H3>
622 <PRE>
623 protected void <B>keyPressed</B>(int&nbsp;keyCode)</PRE>
624 <DL>
625 <DD><DL>
626 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Item.html#keyPressed(int)">keyPressed</A></CODE> in class <CODE><A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">Item</A></CODE></DL>
627 </DD>
628 <DD><DL>
629 </DL>
630 </DD>
631 </DL>
632 <HR>
633
634 <A NAME="paint(javax.microedition.lcdui.Graphics, int, int, int, int, boolean)"><!-- --></A><H3>
635 paint</H3>
636 <PRE>
637 protected void <B>paint</B>(<A HREF="../../../javax/microedition/lcdui/Graphics.html" title="class in javax.microedition.lcdui">Graphics</A>&nbsp;g,
638                      int&nbsp;x,
639                      int&nbsp;y,
640                      int&nbsp;w,
641                      int&nbsp;h,
642                      boolean&nbsp;selected)</PRE>
643 <DL>
644 <DD><DL>
645 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../javax/microedition/lcdui/Item.html#paint(javax.microedition.lcdui.Graphics, int, int, int, int, boolean)">paint</A></CODE> in class <CODE><A HREF="../../../javax/microedition/lcdui/Item.html" title="class in javax.microedition.lcdui">Item</A></CODE></DL>
646 </DD>
647 <DD><DL>
648 </DL>
649 </DD>
650 </DL>
651 <!-- ========= END OF CLASS DATA ========= -->
652 <HR>
653
654
655 <!-- ======= START OF BOTTOM NAVBAR ====== -->
656 <A NAME="navbar_bottom"><!-- --></A>
657 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
658 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
659 <TR>
660 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
661 <A NAME="navbar_bottom_firstrow"><!-- --></A>
662 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
663   <TR ALIGN="center" VALIGN="top">
664   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
665   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
666   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
667   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
668   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
669   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
670   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
671   </TR>
672 </TABLE>
673 </TD>
674 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
675 </EM>
676 </TD>
677 </TR>
678
679 <TR>
680 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
681 &nbsp;<A HREF="../../../javax/microedition/lcdui/Choice.html" title="interface in javax.microedition.lcdui"><B>PREV CLASS</B></A>&nbsp;
682 &nbsp;<A HREF="../../../javax/microedition/lcdui/Command.html" title="class in javax.microedition.lcdui"><B>NEXT CLASS</B></A></FONT></TD>
683 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
684   <A HREF="../../../index.html?javax/microedition/lcdui/ChoiceGroup.html" target="_top"><B>FRAMES</B></A>  &nbsp;
685 &nbsp;<A HREF="ChoiceGroup.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
686 &nbsp;<SCRIPT type="text/javascript">
687   <!--
688   if(window==top) {
689     document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
690   }
691   //-->
692 </SCRIPT>
693 <NOSCRIPT>
694   <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
695 </NOSCRIPT>
696
697
698 </FONT></TD>
699 </TR>
700 <TR>
701 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
702   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
703 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
704 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
705 </TR>
706 </TABLE>
707 <A NAME="skip-navbar_bottom"></A>
708 <!-- ======== END OF BOTTOM NAVBAR ======= -->
709
710 <HR>
711
712 </BODY>
713 </HTML>