PageRenderTime 48ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/buffer/ContentManager.html

#
HTML | 422 lines | 361 code | 49 blank | 12 comment | 0 complexity | 371939ff34cfd33e4867ca9ec0c40c3c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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_14) on Tue Jul 22 07:13:50 GMT-08:00 2008 -->
  6. <TITLE>
  7. ContentManager (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.buffer.ContentManager class">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ContentManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html" title="interface in org.gjt.sp.jedit.buffer"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/DefaultFoldHandlerProvider.html" title="class in org.gjt.sp.jedit.buffer"><B>NEXT CLASS</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../../index.html?org/gjt/sp/jedit/buffer/ContentManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="ContentManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. <TR>
  53. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  54. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  55. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  56. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  57. </TR>
  58. </TABLE>
  59. <A NAME="skip-navbar_top"></A>
  60. <!-- ========= END OF TOP NAVBAR ========= -->
  61. <HR>
  62. <!-- ======== START OF CLASS DATA ======== -->
  63. <H2>
  64. <FONT SIZE="-1">
  65. org.gjt.sp.jedit.buffer</FONT>
  66. <BR>
  67. Class ContentManager</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.buffer.ContentManager</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>ContentManager</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. A class internal to jEdit's document model. You should not use it
  78. directly. To improve performance, none of the methods in this class
  79. check for out of bounds access, nor are they thread-safe. The
  80. <code>Buffer</code> class, through which these methods must be
  81. called through, implements such protection.
  82. <P>
  83. <P>
  84. <DL>
  85. <DT><B>Since:</B></DT>
  86. <DD>jEdit 4.0pre1</DD>
  87. </DL>
  88. <HR>
  89. <P>
  90. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  91. <A NAME="constructor_summary"><!-- --></A>
  92. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  93. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  94. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  95. <B>Constructor Summary</B></FONT></TH>
  96. </TR>
  97. <TR BGCOLOR="white" CLASS="TableRowColor">
  98. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#ContentManager()">ContentManager</A></B>()</CODE>
  99. <BR>
  100. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  101. </TR>
  102. </TABLE>
  103. &nbsp;
  104. <!-- ========== METHOD SUMMARY =========== -->
  105. <A NAME="method_summary"><!-- --></A>
  106. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  107. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  108. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  109. <B>Method Summary</B></FONT></TH>
  110. </TR>
  111. <TR BGCOLOR="white" CLASS="TableRowColor">
  112. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  113. <CODE>&nbsp;void</CODE></FONT></TD>
  114. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#_setContent(char[], int)">_setContent</A></B>(char[]&nbsp;text,
  115. int&nbsp;length)</CODE>
  116. <BR>
  117. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  118. </TR>
  119. <TR BGCOLOR="white" CLASS="TableRowColor">
  120. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  121. <CODE>&nbsp;int</CODE></FONT></TD>
  122. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#getLength()">getLength</A></B>()</CODE>
  123. <BR>
  124. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  125. </TR>
  126. <TR BGCOLOR="white" CLASS="TableRowColor">
  127. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  128. <CODE>&nbsp;java.lang.CharSequence</CODE></FONT></TD>
  129. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#getSegment(int, int)">getSegment</A></B>(int&nbsp;start,
  130. int&nbsp;len)</CODE>
  131. <BR>
  132. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a read-only segment of the buffer.</TD>
  133. </TR>
  134. <TR BGCOLOR="white" CLASS="TableRowColor">
  135. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  136. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  137. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#getText(int, int)">getText</A></B>(int&nbsp;start,
  138. int&nbsp;len)</CODE>
  139. <BR>
  140. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  144. <CODE>&nbsp;void</CODE></FONT></TD>
  145. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#getText(int, int, javax.swing.text.Segment)">getText</A></B>(int&nbsp;start,
  146. int&nbsp;len,
  147. javax.swing.text.Segment&nbsp;seg)</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  150. </TR>
  151. <TR BGCOLOR="white" CLASS="TableRowColor">
  152. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  153. <CODE>&nbsp;void</CODE></FONT></TD>
  154. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#insert(int, java.lang.CharSequence)">insert</A></B>(int&nbsp;start,
  155. java.lang.CharSequence&nbsp;str)</CODE>
  156. <BR>
  157. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts the given data into the buffer.</TD>
  158. </TR>
  159. <TR BGCOLOR="white" CLASS="TableRowColor">
  160. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  161. <CODE>&nbsp;void</CODE></FONT></TD>
  162. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#insert(int, javax.swing.text.Segment)">insert</A></B>(int&nbsp;start,
  163. javax.swing.text.Segment&nbsp;seg)</CODE>
  164. <BR>
  165. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  166. </TR>
  167. <TR BGCOLOR="white" CLASS="TableRowColor">
  168. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  169. <CODE>&nbsp;void</CODE></FONT></TD>
  170. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#insert(int, java.lang.String)">insert</A></B>(int&nbsp;start,
  171. java.lang.String&nbsp;str)</CODE>
  172. <BR>
  173. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  174. </TR>
  175. <TR BGCOLOR="white" CLASS="TableRowColor">
  176. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  177. <CODE>&nbsp;void</CODE></FONT></TD>
  178. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html#remove(int, int)">remove</A></B>(int&nbsp;start,
  179. int&nbsp;len)</CODE>
  180. <BR>
  181. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  182. </TR>
  183. </TABLE>
  184. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  185. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  186. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  187. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  188. </TR>
  189. <TR BGCOLOR="white" CLASS="TableRowColor">
  190. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  191. </TR>
  192. </TABLE>
  193. &nbsp;
  194. <P>
  195. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  196. <A NAME="constructor_detail"><!-- --></A>
  197. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  198. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  199. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  200. <B>Constructor Detail</B></FONT></TH>
  201. </TR>
  202. </TABLE>
  203. <A NAME="ContentManager()"><!-- --></A><H3>
  204. ContentManager</H3>
  205. <PRE>
  206. public <B>ContentManager</B>()</PRE>
  207. <DL>
  208. </DL>
  209. <!-- ============ METHOD DETAIL ========== -->
  210. <A NAME="method_detail"><!-- --></A>
  211. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  212. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  213. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  214. <B>Method Detail</B></FONT></TH>
  215. </TR>
  216. </TABLE>
  217. <A NAME="getLength()"><!-- --></A><H3>
  218. getLength</H3>
  219. <PRE>
  220. public final int <B>getLength</B>()</PRE>
  221. <DL>
  222. <DD><DL>
  223. </DL>
  224. </DD>
  225. </DL>
  226. <HR>
  227. <A NAME="getText(int, int)"><!-- --></A><H3>
  228. getText</H3>
  229. <PRE>
  230. public java.lang.String <B>getText</B>(int&nbsp;start,
  231. int&nbsp;len)</PRE>
  232. <DL>
  233. <DD><DL>
  234. </DL>
  235. </DD>
  236. </DL>
  237. <HR>
  238. <A NAME="getText(int, int, javax.swing.text.Segment)"><!-- --></A><H3>
  239. getText</H3>
  240. <PRE>
  241. public void <B>getText</B>(int&nbsp;start,
  242. int&nbsp;len,
  243. javax.swing.text.Segment&nbsp;seg)</PRE>
  244. <DL>
  245. <DD><DL>
  246. </DL>
  247. </DD>
  248. </DL>
  249. <HR>
  250. <A NAME="getSegment(int, int)"><!-- --></A><H3>
  251. getSegment</H3>
  252. <PRE>
  253. public java.lang.CharSequence <B>getSegment</B>(int&nbsp;start,
  254. int&nbsp;len)</PRE>
  255. <DL>
  256. <DD>Returns a read-only segment of the buffer.
  257. <P>
  258. <DD><DL>
  259. <DT><B>Since:</B></DT>
  260. <DD>jEdit 4.3pre15</DD>
  261. </DL>
  262. </DD>
  263. </DL>
  264. <HR>
  265. <A NAME="insert(int, java.lang.String)"><!-- --></A><H3>
  266. insert</H3>
  267. <PRE>
  268. public void <B>insert</B>(int&nbsp;start,
  269. java.lang.String&nbsp;str)</PRE>
  270. <DL>
  271. <DD><DL>
  272. </DL>
  273. </DD>
  274. </DL>
  275. <HR>
  276. <A NAME="insert(int, java.lang.CharSequence)"><!-- --></A><H3>
  277. insert</H3>
  278. <PRE>
  279. public void <B>insert</B>(int&nbsp;start,
  280. java.lang.CharSequence&nbsp;str)</PRE>
  281. <DL>
  282. <DD>Inserts the given data into the buffer.
  283. <P>
  284. <DD><DL>
  285. <DT><B>Since:</B></DT>
  286. <DD>jEdit 4.3pre15</DD>
  287. </DL>
  288. </DD>
  289. </DL>
  290. <HR>
  291. <A NAME="insert(int, javax.swing.text.Segment)"><!-- --></A><H3>
  292. insert</H3>
  293. <PRE>
  294. public void <B>insert</B>(int&nbsp;start,
  295. javax.swing.text.Segment&nbsp;seg)</PRE>
  296. <DL>
  297. <DD><DL>
  298. </DL>
  299. </DD>
  300. </DL>
  301. <HR>
  302. <A NAME="_setContent(char[], int)"><!-- --></A><H3>
  303. _setContent</H3>
  304. <PRE>
  305. public void <B>_setContent</B>(char[]&nbsp;text,
  306. int&nbsp;length)</PRE>
  307. <DL>
  308. <DD><DL>
  309. </DL>
  310. </DD>
  311. </DL>
  312. <HR>
  313. <A NAME="remove(int, int)"><!-- --></A><H3>
  314. remove</H3>
  315. <PRE>
  316. public void <B>remove</B>(int&nbsp;start,
  317. int&nbsp;len)</PRE>
  318. <DL>
  319. <DD><DL>
  320. </DL>
  321. </DD>
  322. </DL>
  323. <!-- ========= END OF CLASS DATA ========= -->
  324. <HR>
  325. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  326. <A NAME="navbar_bottom"><!-- --></A>
  327. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  328. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  329. <TR>
  330. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  331. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  332. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  333. <TR ALIGN="center" VALIGN="top">
  334. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  335. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  336. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  337. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ContentManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  338. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  339. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  340. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  341. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  342. </TR>
  343. </TABLE>
  344. </TD>
  345. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  346. </EM>
  347. </TD>
  348. </TR>
  349. <TR>
  350. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  351. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html" title="interface in org.gjt.sp.jedit.buffer"><B>PREV CLASS</B></A>&nbsp;
  352. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/DefaultFoldHandlerProvider.html" title="class in org.gjt.sp.jedit.buffer"><B>NEXT CLASS</B></A></FONT></TD>
  353. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  354. <A HREF="../../../../../index.html?org/gjt/sp/jedit/buffer/ContentManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
  355. &nbsp;<A HREF="ContentManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  356. &nbsp;
  357. <NOSCRIPT>
  358. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  359. </NOSCRIPT>
  360. </FONT></TD>
  361. </TR>
  362. <TR>
  363. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  364. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  365. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  366. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  367. </TR>
  368. </TABLE>
  369. <A NAME="skip-navbar_bottom"></A>
  370. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  371. <HR>
  372. </BODY>
  373. </HTML>