PageRenderTime 53ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 1ms

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

#
HTML | 433 lines | 368 code | 51 blank | 14 comment | 0 complexity | 3d40c8c7fe65eba4b327073851314efe 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. ModeProvider (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.syntax.ModeProvider 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/ModeProvider.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/KeywordMap.html" title="class in org.gjt.sp.jedit.syntax"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/ParserRule.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/ModeProvider.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="ModeProvider.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;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&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 ModeProvider</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.syntax.ModeProvider</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>ModeProvider</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. This class works like a singleton, the instance is initialized by jEdit.
  78. <P>
  79. <P>
  80. <DL>
  81. <DT><B>Since:</B></DT>
  82. <DD>jEdit 4.3pre10</DD>
  83. </DL>
  84. <HR>
  85. <P>
  86. <!-- =========== FIELD SUMMARY =========== -->
  87. <A NAME="field_summary"><!-- --></A>
  88. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  89. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  90. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  91. <B>Field Summary</B></FONT></TH>
  92. </TR>
  93. <TR BGCOLOR="white" CLASS="TableRowColor">
  94. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  95. <CODE>static&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html" title="class in org.gjt.sp.jedit.syntax">ModeProvider</A></CODE></FONT></TD>
  96. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#instance">instance</A></B></CODE>
  97. <BR>
  98. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  99. </TR>
  100. </TABLE>
  101. &nbsp;
  102. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  103. <A NAME="constructor_summary"><!-- --></A>
  104. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  105. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  106. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  107. <B>Constructor Summary</B></FONT></TH>
  108. </TR>
  109. <TR BGCOLOR="white" CLASS="TableRowColor">
  110. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#ModeProvider()">ModeProvider</A></B>()</CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  113. </TR>
  114. </TABLE>
  115. &nbsp;
  116. <!-- ========== METHOD SUMMARY =========== -->
  117. <A NAME="method_summary"><!-- --></A>
  118. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  119. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  120. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  121. <B>Method Summary</B></FONT></TH>
  122. </TR>
  123. <TR BGCOLOR="white" CLASS="TableRowColor">
  124. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  125. <CODE>&nbsp;void</CODE></FONT></TD>
  126. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#addMode(org.gjt.sp.jedit.Mode)">addMode</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode)</CODE>
  127. <BR>
  128. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do not call this method.</TD>
  129. </TR>
  130. <TR BGCOLOR="white" CLASS="TableRowColor">
  131. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  132. <CODE>protected &nbsp;void</CODE></FONT></TD>
  133. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#error(java.lang.String, java.lang.Throwable)">error</A></B>(java.lang.String&nbsp;file,
  134. java.lang.Throwable&nbsp;e)</CODE>
  135. <BR>
  136. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  140. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A></CODE></FONT></TD>
  141. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#getMode(java.lang.String)">getMode</A></B>(java.lang.String&nbsp;name)</CODE>
  142. <BR>
  143. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the edit mode with the specified name.</TD>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  147. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A></CODE></FONT></TD>
  148. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#getModeForFile(java.lang.String, java.lang.String)">getModeForFile</A></B>(java.lang.String&nbsp;filename,
  149. java.lang.String&nbsp;firstLine)</CODE>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the appropriate mode that must be used for the file</TD>
  152. </TR>
  153. <TR BGCOLOR="white" CLASS="TableRowColor">
  154. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  155. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>[]</CODE></FONT></TD>
  156. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#getModes()">getModes</A></B>()</CODE>
  157. <BR>
  158. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of installed edit modes.</TD>
  159. </TR>
  160. <TR BGCOLOR="white" CLASS="TableRowColor">
  161. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  162. <CODE>&nbsp;void</CODE></FONT></TD>
  163. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html#loadMode(org.gjt.sp.jedit.Mode)">loadMode</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode)</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/syntax/ModeProvider.html#loadMode(org.gjt.sp.jedit.Mode, org.gjt.sp.jedit.syntax.XModeHandler)">loadMode</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode,
  171. <A HREF="../../../../../org/gjt/sp/jedit/syntax/XModeHandler.html" title="class in org.gjt.sp.jedit.syntax">XModeHandler</A>&nbsp;xmh)</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/syntax/ModeProvider.html#removeAll()">removeAll</A></B>()</CODE>
  179. <BR>
  180. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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. <!-- ============ FIELD DETAIL =========== -->
  195. <A NAME="field_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>Field Detail</B></FONT></TH>
  200. </TR>
  201. </TABLE>
  202. <A NAME="instance"><!-- --></A><H3>
  203. instance</H3>
  204. <PRE>
  205. public static <A HREF="../../../../../org/gjt/sp/jedit/syntax/ModeProvider.html" title="class in org.gjt.sp.jedit.syntax">ModeProvider</A> <B>instance</B></PRE>
  206. <DL>
  207. <DL>
  208. </DL>
  209. </DL>
  210. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  211. <A NAME="constructor_detail"><!-- --></A>
  212. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  213. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  214. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  215. <B>Constructor Detail</B></FONT></TH>
  216. </TR>
  217. </TABLE>
  218. <A NAME="ModeProvider()"><!-- --></A><H3>
  219. ModeProvider</H3>
  220. <PRE>
  221. public <B>ModeProvider</B>()</PRE>
  222. <DL>
  223. </DL>
  224. <!-- ============ METHOD DETAIL ========== -->
  225. <A NAME="method_detail"><!-- --></A>
  226. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  227. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  228. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  229. <B>Method Detail</B></FONT></TH>
  230. </TR>
  231. </TABLE>
  232. <A NAME="removeAll()"><!-- --></A><H3>
  233. removeAll</H3>
  234. <PRE>
  235. public void <B>removeAll</B>()</PRE>
  236. <DL>
  237. <DD><DL>
  238. </DL>
  239. </DD>
  240. </DL>
  241. <HR>
  242. <A NAME="getMode(java.lang.String)"><!-- --></A><H3>
  243. getMode</H3>
  244. <PRE>
  245. public <A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A> <B>getMode</B>(java.lang.String&nbsp;name)</PRE>
  246. <DL>
  247. <DD>Returns the edit mode with the specified name.
  248. <P>
  249. <DD><DL>
  250. <DT><B>Parameters:</B><DD><CODE>name</CODE> - The edit mode<DT><B>Since:</B></DT>
  251. <DD>jEdit 4.3pre10</DD>
  252. </DL>
  253. </DD>
  254. </DL>
  255. <HR>
  256. <A NAME="getModeForFile(java.lang.String, java.lang.String)"><!-- --></A><H3>
  257. getModeForFile</H3>
  258. <PRE>
  259. public <A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A> <B>getModeForFile</B>(java.lang.String&nbsp;filename,
  260. java.lang.String&nbsp;firstLine)</PRE>
  261. <DL>
  262. <DD>Get the appropriate mode that must be used for the file
  263. <P>
  264. <DD><DL>
  265. <DT><B>Parameters:</B><DD><CODE>filename</CODE> - the filename<DD><CODE>firstLine</CODE> - the first line of the file
  266. <DT><B>Returns:</B><DD>the edit mode, or null if no mode match the file<DT><B>Since:</B></DT>
  267. <DD>jEdit 4.3pre12</DD>
  268. </DL>
  269. </DD>
  270. </DL>
  271. <HR>
  272. <A NAME="getModes()"><!-- --></A><H3>
  273. getModes</H3>
  274. <PRE>
  275. public <A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>[] <B>getModes</B>()</PRE>
  276. <DL>
  277. <DD>Returns an array of installed edit modes.
  278. <P>
  279. <DD><DL>
  280. <DT><B>Since:</B></DT>
  281. <DD>jEdit 4.3pre10</DD>
  282. </DL>
  283. </DD>
  284. </DL>
  285. <HR>
  286. <A NAME="addMode(org.gjt.sp.jedit.Mode)"><!-- --></A><H3>
  287. addMode</H3>
  288. <PRE>
  289. public void <B>addMode</B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode)</PRE>
  290. <DL>
  291. <DD>Do not call this method. It is only public so that classes
  292. in the org.gjt.sp.jedit.syntax package can access it.
  293. <P>
  294. <DD><DL>
  295. <DT><B>Parameters:</B><DD><CODE>mode</CODE> - The edit mode<DT><B>Since:</B></DT>
  296. <DD>jEdit 4.3pre10</DD>
  297. </DL>
  298. </DD>
  299. </DL>
  300. <HR>
  301. <A NAME="loadMode(org.gjt.sp.jedit.Mode, org.gjt.sp.jedit.syntax.XModeHandler)"><!-- --></A><H3>
  302. loadMode</H3>
  303. <PRE>
  304. public void <B>loadMode</B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode,
  305. <A HREF="../../../../../org/gjt/sp/jedit/syntax/XModeHandler.html" title="class in org.gjt.sp.jedit.syntax">XModeHandler</A>&nbsp;xmh)</PRE>
  306. <DL>
  307. <DD><DL>
  308. </DL>
  309. </DD>
  310. </DL>
  311. <HR>
  312. <A NAME="loadMode(org.gjt.sp.jedit.Mode)"><!-- --></A><H3>
  313. loadMode</H3>
  314. <PRE>
  315. public void <B>loadMode</B>(<A HREF="../../../../../org/gjt/sp/jedit/Mode.html" title="class in org.gjt.sp.jedit">Mode</A>&nbsp;mode)</PRE>
  316. <DL>
  317. <DD><DL>
  318. </DL>
  319. </DD>
  320. </DL>
  321. <HR>
  322. <A NAME="error(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
  323. error</H3>
  324. <PRE>
  325. protected void <B>error</B>(java.lang.String&nbsp;file,
  326. java.lang.Throwable&nbsp;e)</PRE>
  327. <DL>
  328. <DD><DL>
  329. </DL>
  330. </DD>
  331. </DL>
  332. <!-- ========= END OF CLASS DATA ========= -->
  333. <HR>
  334. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  335. <A NAME="navbar_bottom"><!-- --></A>
  336. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  337. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  338. <TR>
  339. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  340. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  341. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  342. <TR ALIGN="center" VALIGN="top">
  343. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  344. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  345. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  346. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModeProvider.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  347. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  348. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  349. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  350. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  351. </TR>
  352. </TABLE>
  353. </TD>
  354. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  355. </EM>
  356. </TD>
  357. </TR>
  358. <TR>
  359. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  360. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/KeywordMap.html" title="class in org.gjt.sp.jedit.syntax"><B>PREV CLASS</B></A>&nbsp;
  361. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/syntax/ParserRule.html" title="class in org.gjt.sp.jedit.syntax"><B>NEXT CLASS</B></A></FONT></TD>
  362. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  363. <A HREF="../../../../../index.html?org/gjt/sp/jedit/syntax/ModeProvider.html" target="_top"><B>FRAMES</B></A> &nbsp;
  364. &nbsp;<A HREF="ModeProvider.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  365. &nbsp;
  366. <NOSCRIPT>
  367. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  368. </NOSCRIPT>
  369. </FONT></TD>
  370. </TR>
  371. <TR>
  372. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  373. 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>
  374. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  375. 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>
  376. </TR>
  377. </TABLE>
  378. <A NAME="skip-navbar_bottom"></A>
  379. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  380. <HR>
  381. </BODY>
  382. </HTML>