PageRenderTime 162ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/syntax/KeywordMap.html

#
HTML | 456 lines | 393 code | 51 blank | 12 comment | 0 complexity | 42e1c748cf81e13a493606c1eb667af6 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:14:13 GMT-08:00 2008 -->
  6. <TITLE>
  7. KeywordMap (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.syntax.KeywordMap 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/KeywordMap.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/syntax/DummyTokenHandler.html" title="class in org.gjt.sp.jedit.syntax"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html" title="class in org.gjt.sp.jedit.syntax"><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/syntax/KeywordMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="KeywordMap.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.syntax</FONT>
  66. <BR>
  67. Class KeywordMap</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.syntax.KeywordMap</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>KeywordMap</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. A <code>KeywordMap</code> is similar to a hashtable in that it maps keys
  78. to values. However, the `keys' are Swing segments. This allows lookups of
  79. text substrings without the overhead of creating a new string object.
  80. <P>
  81. <P>
  82. <HR>
  83. <P>
  84. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  85. <A NAME="constructor_summary"><!-- --></A>
  86. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  87. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  88. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  89. <B>Constructor Summary</B></FONT></TH>
  90. </TR>
  91. <TR BGCOLOR="white" CLASS="TableRowColor">
  92. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#KeywordMap(boolean)">KeywordMap</A></B>(boolean&nbsp;ignoreCase)</CODE>
  93. <BR>
  94. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <code>KeywordMap</code>.</TD>
  95. </TR>
  96. <TR BGCOLOR="white" CLASS="TableRowColor">
  97. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#KeywordMap(boolean, int)">KeywordMap</A></B>(boolean&nbsp;ignoreCase,
  98. int&nbsp;mapLength)</CODE>
  99. <BR>
  100. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <code>KeywordMap</code>.</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/syntax/KeywordMap.html#add(char[], byte)">add</A></B>(char[]&nbsp;keyword,
  115. byte&nbsp;id)</CODE>
  116. <BR>
  117. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a key-value mapping.</TD>
  118. </TR>
  119. <TR BGCOLOR="white" CLASS="TableRowColor">
  120. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  121. <CODE>&nbsp;void</CODE></FONT></TD>
  122. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#add(org.gjt.sp.jedit.syntax.KeywordMap)">add</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html" title="class in org.gjt.sp.jedit.syntax">KeywordMap</A>&nbsp;map)</CODE>
  123. <BR>
  124. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the content of another keyword map to this one.</TD>
  125. </TR>
  126. <TR BGCOLOR="white" CLASS="TableRowColor">
  127. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  128. <CODE>&nbsp;void</CODE></FONT></TD>
  129. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#add(java.lang.String, byte)">add</A></B>(java.lang.String&nbsp;keyword,
  130. byte&nbsp;id)</CODE>
  131. <BR>
  132. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a key-value mapping.</TD>
  133. </TR>
  134. <TR BGCOLOR="white" CLASS="TableRowColor">
  135. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  136. <CODE>&nbsp;boolean</CODE></FONT></TD>
  137. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#getIgnoreCase()">getIgnoreCase</A></B>()</CODE>
  138. <BR>
  139. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the keyword map is set to be case insensitive,
  140. false otherwise.</TD>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  144. <CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
  145. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#getKeywords()">getKeywords</A></B>()</CODE>
  146. <BR>
  147. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing all keywords in this keyword map.</TD>
  148. </TR>
  149. <TR BGCOLOR="white" CLASS="TableRowColor">
  150. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  151. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  152. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#getNonAlphaNumericChars()">getNonAlphaNumericChars</A></B>()</CODE>
  153. <BR>
  154. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all non-alphanumeric characters that appear in the
  155. keywords of this keyword map.</TD>
  156. </TR>
  157. <TR BGCOLOR="white" CLASS="TableRowColor">
  158. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  159. <CODE>protected &nbsp;int</CODE></FONT></TD>
  160. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#getSegmentMapKey(javax.swing.text.Segment, int, int)">getSegmentMapKey</A></B>(javax.swing.text.Segment&nbsp;s,
  161. int&nbsp;off,
  162. int&nbsp;len)</CODE>
  163. <BR>
  164. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  165. </TR>
  166. <TR BGCOLOR="white" CLASS="TableRowColor">
  167. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  168. <CODE>&nbsp;byte</CODE></FONT></TD>
  169. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html#lookup(javax.swing.text.Segment, int, int)">lookup</A></B>(javax.swing.text.Segment&nbsp;text,
  170. int&nbsp;offset,
  171. int&nbsp;length)</CODE>
  172. <BR>
  173. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Looks up a key.</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/syntax/KeywordMap.html#setIgnoreCase(boolean)">setIgnoreCase</A></B>(boolean&nbsp;ignoreCase)</CODE>
  179. <BR>
  180. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets if the keyword map should be case insensitive.</TD>
  181. </TR>
  182. </TABLE>
  183. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  184. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  185. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  186. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  187. </TR>
  188. <TR BGCOLOR="white" CLASS="TableRowColor">
  189. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  190. </TR>
  191. </TABLE>
  192. &nbsp;
  193. <P>
  194. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  195. <A NAME="constructor_detail"><!-- --></A>
  196. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  197. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  198. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  199. <B>Constructor Detail</B></FONT></TH>
  200. </TR>
  201. </TABLE>
  202. <A NAME="KeywordMap(boolean)"><!-- --></A><H3>
  203. KeywordMap</H3>
  204. <PRE>
  205. public <B>KeywordMap</B>(boolean&nbsp;ignoreCase)</PRE>
  206. <DL>
  207. <DD>Creates a new <code>KeywordMap</code>.
  208. <P>
  209. <DL>
  210. <DT><B>Parameters:</B><DD><CODE>ignoreCase</CODE> - True if keys are case insensitive</DL>
  211. </DL>
  212. <HR>
  213. <A NAME="KeywordMap(boolean, int)"><!-- --></A><H3>
  214. KeywordMap</H3>
  215. <PRE>
  216. public <B>KeywordMap</B>(boolean&nbsp;ignoreCase,
  217. int&nbsp;mapLength)</PRE>
  218. <DL>
  219. <DD>Creates a new <code>KeywordMap</code>.
  220. <P>
  221. <DL>
  222. <DT><B>Parameters:</B><DD><CODE>ignoreCase</CODE> - True if the keys are case insensitive<DD><CODE>mapLength</CODE> - The number of `buckets' to create.
  223. A value of 52 will give good performance for most maps.</DL>
  224. </DL>
  225. <!-- ============ METHOD DETAIL ========== -->
  226. <A NAME="method_detail"><!-- --></A>
  227. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  228. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  229. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  230. <B>Method Detail</B></FONT></TH>
  231. </TR>
  232. </TABLE>
  233. <A NAME="lookup(javax.swing.text.Segment, int, int)"><!-- --></A><H3>
  234. lookup</H3>
  235. <PRE>
  236. public byte <B>lookup</B>(javax.swing.text.Segment&nbsp;text,
  237. int&nbsp;offset,
  238. int&nbsp;length)</PRE>
  239. <DL>
  240. <DD>Looks up a key.
  241. <P>
  242. <DD><DL>
  243. <DT><B>Parameters:</B><DD><CODE>text</CODE> - The text segment<DD><CODE>offset</CODE> - The offset of the substring within the text segment<DD><CODE>length</CODE> - The length of the substring</DL>
  244. </DD>
  245. </DL>
  246. <HR>
  247. <A NAME="add(java.lang.String, byte)"><!-- --></A><H3>
  248. add</H3>
  249. <PRE>
  250. public void <B>add</B>(java.lang.String&nbsp;keyword,
  251. byte&nbsp;id)</PRE>
  252. <DL>
  253. <DD>Adds a key-value mapping.
  254. <P>
  255. <DD><DL>
  256. <DT><B>Parameters:</B><DD><CODE>keyword</CODE> - The key<DD><CODE>id</CODE> - The value</DL>
  257. </DD>
  258. </DL>
  259. <HR>
  260. <A NAME="add(char[], byte)"><!-- --></A><H3>
  261. add</H3>
  262. <PRE>
  263. public void <B>add</B>(char[]&nbsp;keyword,
  264. byte&nbsp;id)</PRE>
  265. <DL>
  266. <DD>Adds a key-value mapping.
  267. <P>
  268. <DD><DL>
  269. <DT><B>Parameters:</B><DD><CODE>keyword</CODE> - The key<DD><CODE>id</CODE> - The value<DT><B>Since:</B></DT>
  270. <DD>jEdit 4.2pre3</DD>
  271. </DL>
  272. </DD>
  273. </DL>
  274. <HR>
  275. <A NAME="getNonAlphaNumericChars()"><!-- --></A><H3>
  276. getNonAlphaNumericChars</H3>
  277. <PRE>
  278. public java.lang.String <B>getNonAlphaNumericChars</B>()</PRE>
  279. <DL>
  280. <DD>Returns all non-alphanumeric characters that appear in the
  281. keywords of this keyword map.
  282. <P>
  283. <DD><DL>
  284. <DT><B>Since:</B></DT>
  285. <DD>jEdit 4.0pre3</DD>
  286. </DL>
  287. </DD>
  288. </DL>
  289. <HR>
  290. <A NAME="getKeywords()"><!-- --></A><H3>
  291. getKeywords</H3>
  292. <PRE>
  293. public java.lang.String[] <B>getKeywords</B>()</PRE>
  294. <DL>
  295. <DD>Returns an array containing all keywords in this keyword map.
  296. <P>
  297. <DD><DL>
  298. <DT><B>Since:</B></DT>
  299. <DD>jEdit 4.0pre3</DD>
  300. </DL>
  301. </DD>
  302. </DL>
  303. <HR>
  304. <A NAME="getIgnoreCase()"><!-- --></A><H3>
  305. getIgnoreCase</H3>
  306. <PRE>
  307. public boolean <B>getIgnoreCase</B>()</PRE>
  308. <DL>
  309. <DD>Returns true if the keyword map is set to be case insensitive,
  310. false otherwise.
  311. <P>
  312. <DD><DL>
  313. </DL>
  314. </DD>
  315. </DL>
  316. <HR>
  317. <A NAME="setIgnoreCase(boolean)"><!-- --></A><H3>
  318. setIgnoreCase</H3>
  319. <PRE>
  320. public void <B>setIgnoreCase</B>(boolean&nbsp;ignoreCase)</PRE>
  321. <DL>
  322. <DD>Sets if the keyword map should be case insensitive.
  323. <P>
  324. <DD><DL>
  325. <DT><B>Parameters:</B><DD><CODE>ignoreCase</CODE> - True if the keyword map should be case
  326. insensitive, false otherwise</DL>
  327. </DD>
  328. </DL>
  329. <HR>
  330. <A NAME="add(org.gjt.sp.jedit.syntax.KeywordMap)"><!-- --></A><H3>
  331. add</H3>
  332. <PRE>
  333. public void <B>add</B>(<A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html" title="class in org.gjt.sp.jedit.syntax">KeywordMap</A>&nbsp;map)</PRE>
  334. <DL>
  335. <DD>Adds the content of another keyword map to this one.
  336. <P>
  337. <DD><DL>
  338. <DT><B>Since:</B></DT>
  339. <DD>jEdit 4.2pre3</DD>
  340. </DL>
  341. </DD>
  342. </DL>
  343. <HR>
  344. <A NAME="getSegmentMapKey(javax.swing.text.Segment, int, int)"><!-- --></A><H3>
  345. getSegmentMapKey</H3>
  346. <PRE>
  347. protected int <B>getSegmentMapKey</B>(javax.swing.text.Segment&nbsp;s,
  348. int&nbsp;off,
  349. int&nbsp;len)</PRE>
  350. <DL>
  351. <DD><DL>
  352. </DL>
  353. </DD>
  354. </DL>
  355. <!-- ========= END OF CLASS DATA ========= -->
  356. <HR>
  357. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  358. <A NAME="navbar_bottom"><!-- --></A>
  359. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  360. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  361. <TR>
  362. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  363. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  364. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  365. <TR ALIGN="center" VALIGN="top">
  366. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  367. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  368. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  369. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KeywordMap.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  370. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  371. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  372. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  373. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  374. </TR>
  375. </TABLE>
  376. </TD>
  377. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  378. </EM>
  379. </TD>
  380. </TR>
  381. <TR>
  382. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  383. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/DummyTokenHandler.html" title="class in org.gjt.sp.jedit.syntax"><B>PREV CLASS</B></A>&nbsp;
  384. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html" title="class in org.gjt.sp.jedit.syntax"><B>NEXT CLASS</B></A></FONT></TD>
  385. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  386. <A HREF="../../../../../index.html?org/gjt/sp/jedit/syntax/KeywordMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
  387. &nbsp;<A HREF="KeywordMap.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  388. &nbsp;
  389. <NOSCRIPT>
  390. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  391. </NOSCRIPT>
  392. </FONT></TD>
  393. </TR>
  394. <TR>
  395. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  396. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  397. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  398. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  399. </TR>
  400. </TABLE>
  401. <A NAME="skip-navbar_bottom"></A>
  402. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  403. <HR>
  404. </BODY>
  405. </HTML>