PageRenderTime 87ms CodeModel.GetById 18ms RepoModel.GetById 6ms app.codeStats 1ms

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

#
HTML | 813 lines | 719 code | 81 blank | 13 comment | 0 complexity | 6380537666d8f0bb6e757d9bd3884d2c 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:46 GMT-08:00 2008 -->
  6. <TITLE>
  7. Macros (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.Macros 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/Macros.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/JEditBeanShellAction.html" title="class in org.gjt.sp.jedit"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit"><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/Macros.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="Macros.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;<A HREF="#nested_class_summary">NESTED</A>&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</FONT>
  66. <BR>
  67. Class Macros</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.Macros</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>Macros</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. This class records and runs macros.<p>
  78. It also contains a few methods useful for displaying output messages
  79. or obtaining input from a macro:
  80. <ul>
  81. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#confirm(java.awt.Component, java.lang.String, int)"><CODE>confirm(Component,String,int)</CODE></A></li>
  82. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#confirm(java.awt.Component, java.lang.String, int, int)"><CODE>confirm(Component,String,int,int)</CODE></A></li>
  83. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#error(java.awt.Component, java.lang.String)"><CODE>error(Component,String)</CODE></A></li>
  84. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#input(java.awt.Component, java.lang.String)"><CODE>input(Component,String)</CODE></A></li>
  85. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#input(java.awt.Component, java.lang.String, java.lang.String)"><CODE>input(Component,String,String)</CODE></A></li>
  86. <li><A HREF="../../../../org/gjt/sp/jedit/Macros.html#message(java.awt.Component, java.lang.String)"><CODE>message(Component,String)</CODE></A></li>
  87. </ul>
  88. Note that plugins should not use the above methods. Call
  89. the methods in the <A HREF="../../../../org/gjt/sp/jedit/GUIUtilities.html" title="class in org.gjt.sp.jedit"><CODE>GUIUtilities</CODE></A> class instead.
  90. <P>
  91. <P>
  92. <HR>
  93. <P>
  94. <!-- ======== NESTED CLASS SUMMARY ======== -->
  95. <A NAME="nested_class_summary"><!-- --></A>
  96. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  97. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  98. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  99. <B>Nested Class Summary</B></FONT></TH>
  100. </TR>
  101. <TR BGCOLOR="white" CLASS="TableRowColor">
  102. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  103. <CODE>static&nbsp;class</CODE></FONT></TD>
  104. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A></B></CODE>
  105. <BR>
  106. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Encapsulates creating and invoking macros in arbitrary scripting languages</TD>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  110. <CODE>static&nbsp;class</CODE></FONT></TD>
  111. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A></B></CODE>
  112. <BR>
  113. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Encapsulates the macro's label, name and path.</TD>
  114. </TR>
  115. <TR BGCOLOR="white" CLASS="TableRowColor">
  116. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  117. <CODE>static&nbsp;class</CODE></FONT></TD>
  118. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.Recorder.html" title="class in org.gjt.sp.jedit">Macros.Recorder</A></B></CODE>
  119. <BR>
  120. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles macro recording.</TD>
  121. </TR>
  122. </TABLE>
  123. &nbsp;
  124. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  125. <A NAME="constructor_summary"><!-- --></A>
  126. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  127. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  128. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  129. <B>Constructor Summary</B></FONT></TH>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#Macros()">Macros</A></B>()</CODE>
  133. <BR>
  134. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  135. </TR>
  136. </TABLE>
  137. &nbsp;
  138. <!-- ========== METHOD SUMMARY =========== -->
  139. <A NAME="method_summary"><!-- --></A>
  140. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  141. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  142. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  143. <B>Method Summary</B></FONT></TH>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  147. <CODE>static&nbsp;int</CODE></FONT></TD>
  148. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#confirm(java.awt.Component, java.lang.String, int)">confirm</A></B>(java.awt.Component&nbsp;comp,
  149. java.lang.String&nbsp;prompt,
  150. int&nbsp;buttons)</CODE>
  151. <BR>
  152. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to ask for confirmation in a macro.</TD>
  153. </TR>
  154. <TR BGCOLOR="white" CLASS="TableRowColor">
  155. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  156. <CODE>static&nbsp;int</CODE></FONT></TD>
  157. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#confirm(java.awt.Component, java.lang.String, int, int)">confirm</A></B>(java.awt.Component&nbsp;comp,
  158. java.lang.String&nbsp;prompt,
  159. int&nbsp;buttons,
  160. int&nbsp;type)</CODE>
  161. <BR>
  162. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to ask for confirmation in a macro.</TD>
  163. </TR>
  164. <TR BGCOLOR="white" CLASS="TableRowColor">
  165. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  166. <CODE>static&nbsp;void</CODE></FONT></TD>
  167. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#error(java.awt.Component, java.lang.String)">error</A></B>(java.awt.Component&nbsp;comp,
  168. java.lang.String&nbsp;message)</CODE>
  169. <BR>
  170. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to display an error dialog in a macro.</TD>
  171. </TR>
  172. <TR BGCOLOR="white" CLASS="TableRowColor">
  173. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  174. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A></CODE></FONT></TD>
  175. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getHandler(java.lang.String)">getHandler</A></B>(java.lang.String&nbsp;name)</CODE>
  176. <BR>
  177. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the macro handler with the specified name, or null if
  178. there is no registered handler with that name.</TD>
  179. </TR>
  180. <TR BGCOLOR="white" CLASS="TableRowColor">
  181. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  182. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A></CODE></FONT></TD>
  183. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getHandlerForPathName(java.lang.String)">getHandlerForPathName</A></B>(java.lang.String&nbsp;pathName)</CODE>
  184. <BR>
  185. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the macro handler suitable for running the specified file
  186. name, or null if there is no suitable handler.</TD>
  187. </TR>
  188. <TR BGCOLOR="white" CLASS="TableRowColor">
  189. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  190. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A>[]</CODE></FONT></TD>
  191. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getHandlers()">getHandlers</A></B>()</CODE>
  192. <BR>
  193. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the list of registered macro handlers</TD>
  194. </TR>
  195. <TR BGCOLOR="white" CLASS="TableRowColor">
  196. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  197. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A></CODE></FONT></TD>
  198. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getLastMacro()">getLastMacro</A></B>()</CODE>
  199. <BR>
  200. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  201. </TR>
  202. <TR BGCOLOR="white" CLASS="TableRowColor">
  203. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  204. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A></CODE></FONT></TD>
  205. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getMacro(java.lang.String)">getMacro</A></B>(java.lang.String&nbsp;macro)</CODE>
  206. <BR>
  207. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the macro with the specified name.</TD>
  208. </TR>
  209. <TR BGCOLOR="white" CLASS="TableRowColor">
  210. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  211. <CODE>static&nbsp;<A HREF="../../../../org/gjt/sp/jedit/ActionSet.html" title="class in org.gjt.sp.jedit">ActionSet</A></CODE></FONT></TD>
  212. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getMacroActionSet()">getMacroActionSet</A></B>()</CODE>
  213. <BR>
  214. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an action set with all known macros in it.</TD>
  215. </TR>
  216. <TR BGCOLOR="white" CLASS="TableRowColor">
  217. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  218. <CODE>static&nbsp;java.util.Vector</CODE></FONT></TD>
  219. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#getMacroHierarchy()">getMacroHierarchy</A></B>()</CODE>
  220. <BR>
  221. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a vector hierarchy with all known macros in it.</TD>
  222. </TR>
  223. <TR BGCOLOR="white" CLASS="TableRowColor">
  224. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  225. <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
  226. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#input(java.awt.Component, java.lang.String)">input</A></B>(java.awt.Component&nbsp;comp,
  227. java.lang.String&nbsp;prompt)</CODE>
  228. <BR>
  229. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to prompt for input in a macro.</TD>
  230. </TR>
  231. <TR BGCOLOR="white" CLASS="TableRowColor">
  232. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  233. <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
  234. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#input(java.awt.Component, java.lang.String, java.lang.String)">input</A></B>(java.awt.Component&nbsp;comp,
  235. java.lang.String&nbsp;prompt,
  236. java.lang.String&nbsp;defaultValue)</CODE>
  237. <BR>
  238. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to prompt for input in a macro.</TD>
  239. </TR>
  240. <TR BGCOLOR="white" CLASS="TableRowColor">
  241. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  242. <CODE>static&nbsp;void</CODE></FONT></TD>
  243. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#loadMacros()">loadMacros</A></B>()</CODE>
  244. <BR>
  245. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rebuilds the macros list, and sends a MacrosChanged message
  246. (views update their Macros menu upon receiving it)</TD>
  247. </TR>
  248. <TR BGCOLOR="white" CLASS="TableRowColor">
  249. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  250. <CODE>static&nbsp;void</CODE></FONT></TD>
  251. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#message(java.awt.Component, java.lang.String)">message</A></B>(java.awt.Component&nbsp;comp,
  252. java.lang.String&nbsp;message)</CODE>
  253. <BR>
  254. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method that can be used to display a message dialog in a macro.</TD>
  255. </TR>
  256. <TR BGCOLOR="white" CLASS="TableRowColor">
  257. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  258. <CODE>static&nbsp;void</CODE></FONT></TD>
  259. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#recordMacro(org.gjt.sp.jedit.View)">recordMacro</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</CODE>
  260. <BR>
  261. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starts recording a macro.</TD>
  262. </TR>
  263. <TR BGCOLOR="white" CLASS="TableRowColor">
  264. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  265. <CODE>static&nbsp;void</CODE></FONT></TD>
  266. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#recordTemporaryMacro(org.gjt.sp.jedit.View)">recordTemporaryMacro</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</CODE>
  267. <BR>
  268. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starts recording a temporary macro.</TD>
  269. </TR>
  270. <TR BGCOLOR="white" CLASS="TableRowColor">
  271. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  272. <CODE>static&nbsp;void</CODE></FONT></TD>
  273. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#registerHandler(org.gjt.sp.jedit.Macros.Handler)">registerHandler</A></B>(<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A>&nbsp;handler)</CODE>
  274. <BR>
  275. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a macro handler to the handlers list</TD>
  276. </TR>
  277. <TR BGCOLOR="white" CLASS="TableRowColor">
  278. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  279. <CODE>static&nbsp;void</CODE></FONT></TD>
  280. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#runScript(org.gjt.sp.jedit.View, java.lang.String, boolean)">runScript</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view,
  281. java.lang.String&nbsp;path,
  282. boolean&nbsp;ignoreUnknown)</CODE>
  283. <BR>
  284. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runs the specified script.</TD>
  285. </TR>
  286. <TR BGCOLOR="white" CLASS="TableRowColor">
  287. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  288. <CODE>static&nbsp;void</CODE></FONT></TD>
  289. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#runTemporaryMacro(org.gjt.sp.jedit.View)">runTemporaryMacro</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</CODE>
  290. <BR>
  291. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runs the temporary macro.</TD>
  292. </TR>
  293. <TR BGCOLOR="white" CLASS="TableRowColor">
  294. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  295. <CODE>static&nbsp;void</CODE></FONT></TD>
  296. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#setLastMacro(org.gjt.sp.jedit.Macros.Macro)">setLastMacro</A></B>(<A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A>&nbsp;macro)</CODE>
  297. <BR>
  298. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  299. </TR>
  300. <TR BGCOLOR="white" CLASS="TableRowColor">
  301. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  302. <CODE>static&nbsp;void</CODE></FONT></TD>
  303. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#showRunScriptDialog(org.gjt.sp.jedit.View)">showRunScriptDialog</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</CODE>
  304. <BR>
  305. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prompts for one or more files to run as macros</TD>
  306. </TR>
  307. <TR BGCOLOR="white" CLASS="TableRowColor">
  308. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  309. <CODE>static&nbsp;void</CODE></FONT></TD>
  310. <TD><CODE><B><A HREF="../../../../org/gjt/sp/jedit/Macros.html#stopRecording(org.gjt.sp.jedit.View)">stopRecording</A></B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</CODE>
  311. <BR>
  312. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stops a recording currently in progress.</TD>
  313. </TR>
  314. </TABLE>
  315. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  316. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  317. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  318. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  319. </TR>
  320. <TR BGCOLOR="white" CLASS="TableRowColor">
  321. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  322. </TR>
  323. </TABLE>
  324. &nbsp;
  325. <P>
  326. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  327. <A NAME="constructor_detail"><!-- --></A>
  328. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  329. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  330. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  331. <B>Constructor Detail</B></FONT></TH>
  332. </TR>
  333. </TABLE>
  334. <A NAME="Macros()"><!-- --></A><H3>
  335. Macros</H3>
  336. <PRE>
  337. public <B>Macros</B>()</PRE>
  338. <DL>
  339. </DL>
  340. <!-- ============ METHOD DETAIL ========== -->
  341. <A NAME="method_detail"><!-- --></A>
  342. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  343. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  344. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  345. <B>Method Detail</B></FONT></TH>
  346. </TR>
  347. </TABLE>
  348. <A NAME="showRunScriptDialog(org.gjt.sp.jedit.View)"><!-- --></A><H3>
  349. showRunScriptDialog</H3>
  350. <PRE>
  351. public static void <B>showRunScriptDialog</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</PRE>
  352. <DL>
  353. <DD>Prompts for one or more files to run as macros
  354. <P>
  355. <DD><DL>
  356. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DT><B>Since:</B></DT>
  357. <DD>jEdit 4.0pre7</DD>
  358. </DL>
  359. </DD>
  360. </DL>
  361. <HR>
  362. <A NAME="runScript(org.gjt.sp.jedit.View, java.lang.String, boolean)"><!-- --></A><H3>
  363. runScript</H3>
  364. <PRE>
  365. public static void <B>runScript</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view,
  366. java.lang.String&nbsp;path,
  367. boolean&nbsp;ignoreUnknown)</PRE>
  368. <DL>
  369. <DD>Runs the specified script.
  370. Unlike the <A HREF="../../../../org/gjt/sp/jedit/BeanShell.html#runScript(org.gjt.sp.jedit.View, java.lang.String, java.io.Reader, boolean)"><CODE>BeanShell.runScript(View,String,Reader,boolean)</CODE></A>
  371. method, this method can run scripts supported
  372. by any registered macro handler.
  373. <P>
  374. <DD><DL>
  375. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DD><CODE>path</CODE> - The VFS path of the script<DD><CODE>ignoreUnknown</CODE> - If true, then unknown file types will be
  376. ignored; otherwise, a warning message will be printed and they will
  377. be evaluated as BeanShell scripts.<DT><B>Since:</B></DT>
  378. <DD>jEdit 4.1pre2</DD>
  379. </DL>
  380. </DD>
  381. </DL>
  382. <HR>
  383. <A NAME="message(java.awt.Component, java.lang.String)"><!-- --></A><H3>
  384. message</H3>
  385. <PRE>
  386. public static void <B>message</B>(java.awt.Component&nbsp;comp,
  387. java.lang.String&nbsp;message)</PRE>
  388. <DL>
  389. <DD>Utility method that can be used to display a message dialog in a macro.
  390. <P>
  391. <DD><DL>
  392. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  393. will usually be a view instance<DD><CODE>message</CODE> - The message<DT><B>Since:</B></DT>
  394. <DD>jEdit 2.7pre2</DD>
  395. </DL>
  396. </DD>
  397. </DL>
  398. <HR>
  399. <A NAME="error(java.awt.Component, java.lang.String)"><!-- --></A><H3>
  400. error</H3>
  401. <PRE>
  402. public static void <B>error</B>(java.awt.Component&nbsp;comp,
  403. java.lang.String&nbsp;message)</PRE>
  404. <DL>
  405. <DD>Utility method that can be used to display an error dialog in a macro.
  406. <P>
  407. <DD><DL>
  408. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  409. will usually be a view instance<DD><CODE>message</CODE> - The message<DT><B>Since:</B></DT>
  410. <DD>jEdit 2.7pre2</DD>
  411. </DL>
  412. </DD>
  413. </DL>
  414. <HR>
  415. <A NAME="input(java.awt.Component, java.lang.String)"><!-- --></A><H3>
  416. input</H3>
  417. <PRE>
  418. public static java.lang.String <B>input</B>(java.awt.Component&nbsp;comp,
  419. java.lang.String&nbsp;prompt)</PRE>
  420. <DL>
  421. <DD>Utility method that can be used to prompt for input in a macro.
  422. <P>
  423. <DD><DL>
  424. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  425. will usually be a view instance<DD><CODE>prompt</CODE> - The prompt string<DT><B>Since:</B></DT>
  426. <DD>jEdit 2.7pre2</DD>
  427. </DL>
  428. </DD>
  429. </DL>
  430. <HR>
  431. <A NAME="input(java.awt.Component, java.lang.String, java.lang.String)"><!-- --></A><H3>
  432. input</H3>
  433. <PRE>
  434. public static java.lang.String <B>input</B>(java.awt.Component&nbsp;comp,
  435. java.lang.String&nbsp;prompt,
  436. java.lang.String&nbsp;defaultValue)</PRE>
  437. <DL>
  438. <DD>Utility method that can be used to prompt for input in a macro.
  439. <P>
  440. <DD><DL>
  441. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  442. will usually be a view instance<DD><CODE>prompt</CODE> - The prompt string<DT><B>Since:</B></DT>
  443. <DD>jEdit 3.1final</DD>
  444. </DL>
  445. </DD>
  446. </DL>
  447. <HR>
  448. <A NAME="confirm(java.awt.Component, java.lang.String, int)"><!-- --></A><H3>
  449. confirm</H3>
  450. <PRE>
  451. public static int <B>confirm</B>(java.awt.Component&nbsp;comp,
  452. java.lang.String&nbsp;prompt,
  453. int&nbsp;buttons)</PRE>
  454. <DL>
  455. <DD>Utility method that can be used to ask for confirmation in a macro.
  456. <P>
  457. <DD><DL>
  458. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  459. will usually be a view instance<DD><CODE>prompt</CODE> - The prompt string<DD><CODE>buttons</CODE> - The buttons to display - for example,
  460. JOptionPane.YES_NO_CANCEL_OPTION<DT><B>Since:</B></DT>
  461. <DD>jEdit 4.0pre2</DD>
  462. </DL>
  463. </DD>
  464. </DL>
  465. <HR>
  466. <A NAME="confirm(java.awt.Component, java.lang.String, int, int)"><!-- --></A><H3>
  467. confirm</H3>
  468. <PRE>
  469. public static int <B>confirm</B>(java.awt.Component&nbsp;comp,
  470. java.lang.String&nbsp;prompt,
  471. int&nbsp;buttons,
  472. int&nbsp;type)</PRE>
  473. <DL>
  474. <DD>Utility method that can be used to ask for confirmation in a macro.
  475. <P>
  476. <DD><DL>
  477. <DT><B>Parameters:</B><DD><CODE>comp</CODE> - The component to show the dialog on behalf of, this
  478. will usually be a view instance<DD><CODE>prompt</CODE> - The prompt string<DD><CODE>buttons</CODE> - The buttons to display - for example,
  479. JOptionPane.YES_NO_CANCEL_OPTION<DD><CODE>type</CODE> - The dialog type - for example,
  480. JOptionPane.WARNING_MESSAGE</DL>
  481. </DD>
  482. </DL>
  483. <HR>
  484. <A NAME="loadMacros()"><!-- --></A><H3>
  485. loadMacros</H3>
  486. <PRE>
  487. public static void <B>loadMacros</B>()</PRE>
  488. <DL>
  489. <DD>Rebuilds the macros list, and sends a MacrosChanged message
  490. (views update their Macros menu upon receiving it)
  491. <P>
  492. <DD><DL>
  493. <DT><B>Since:</B></DT>
  494. <DD>jEdit 2.2pre4</DD>
  495. </DL>
  496. </DD>
  497. </DL>
  498. <HR>
  499. <A NAME="registerHandler(org.gjt.sp.jedit.Macros.Handler)"><!-- --></A><H3>
  500. registerHandler</H3>
  501. <PRE>
  502. public static void <B>registerHandler</B>(<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A>&nbsp;handler)</PRE>
  503. <DL>
  504. <DD>Adds a macro handler to the handlers list
  505. <P>
  506. <DD><DL>
  507. <DT><B>Since:</B></DT>
  508. <DD>jEdit 4.0pre6</DD>
  509. </DL>
  510. </DD>
  511. </DL>
  512. <HR>
  513. <A NAME="getHandlers()"><!-- --></A><H3>
  514. getHandlers</H3>
  515. <PRE>
  516. public static <A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A>[] <B>getHandlers</B>()</PRE>
  517. <DL>
  518. <DD>Returns an array containing the list of registered macro handlers
  519. <P>
  520. <DD><DL>
  521. <DT><B>Since:</B></DT>
  522. <DD>jEdit 4.0pre6</DD>
  523. </DL>
  524. </DD>
  525. </DL>
  526. <HR>
  527. <A NAME="getHandlerForPathName(java.lang.String)"><!-- --></A><H3>
  528. getHandlerForPathName</H3>
  529. <PRE>
  530. public static <A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A> <B>getHandlerForPathName</B>(java.lang.String&nbsp;pathName)</PRE>
  531. <DL>
  532. <DD>Returns the macro handler suitable for running the specified file
  533. name, or null if there is no suitable handler.
  534. <P>
  535. <DD><DL>
  536. <DT><B>Since:</B></DT>
  537. <DD>jEdit 4.1pre3</DD>
  538. </DL>
  539. </DD>
  540. </DL>
  541. <HR>
  542. <A NAME="getHandler(java.lang.String)"><!-- --></A><H3>
  543. getHandler</H3>
  544. <PRE>
  545. public static <A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit">Macros.Handler</A> <B>getHandler</B>(java.lang.String&nbsp;name)</PRE>
  546. <DL>
  547. <DD>Returns the macro handler with the specified name, or null if
  548. there is no registered handler with that name.
  549. <P>
  550. <DD><DL>
  551. <DT><B>Since:</B></DT>
  552. <DD>jEdit 4.0pre6</DD>
  553. </DL>
  554. </DD>
  555. </DL>
  556. <HR>
  557. <A NAME="getMacroHierarchy()"><!-- --></A><H3>
  558. getMacroHierarchy</H3>
  559. <PRE>
  560. public static java.util.Vector <B>getMacroHierarchy</B>()</PRE>
  561. <DL>
  562. <DD>Returns a vector hierarchy with all known macros in it.
  563. Each element of this vector is either a macro name string,
  564. or another vector. If it is a vector, the first element is a
  565. string label, the rest are again, either macro name strings
  566. or vectors.
  567. <P>
  568. <DD><DL>
  569. <DT><B>Since:</B></DT>
  570. <DD>jEdit 2.6pre1</DD>
  571. </DL>
  572. </DD>
  573. </DL>
  574. <HR>
  575. <A NAME="getMacroActionSet()"><!-- --></A><H3>
  576. getMacroActionSet</H3>
  577. <PRE>
  578. public static <A HREF="../../../../org/gjt/sp/jedit/ActionSet.html" title="class in org.gjt.sp.jedit">ActionSet</A> <B>getMacroActionSet</B>()</PRE>
  579. <DL>
  580. <DD>Returns an action set with all known macros in it.
  581. <P>
  582. <DD><DL>
  583. <DT><B>Since:</B></DT>
  584. <DD>jEdit 4.0pre1</DD>
  585. </DL>
  586. </DD>
  587. </DL>
  588. <HR>
  589. <A NAME="getMacro(java.lang.String)"><!-- --></A><H3>
  590. getMacro</H3>
  591. <PRE>
  592. public static <A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A> <B>getMacro</B>(java.lang.String&nbsp;macro)</PRE>
  593. <DL>
  594. <DD>Returns the macro with the specified name.
  595. <P>
  596. <DD><DL>
  597. <DT><B>Parameters:</B><DD><CODE>macro</CODE> - The macro's name<DT><B>Since:</B></DT>
  598. <DD>jEdit 2.6pre1</DD>
  599. </DL>
  600. </DD>
  601. </DL>
  602. <HR>
  603. <A NAME="getLastMacro()"><!-- --></A><H3>
  604. getLastMacro</H3>
  605. <PRE>
  606. public static <A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A> <B>getLastMacro</B>()</PRE>
  607. <DL>
  608. <DD><DL>
  609. <DT><B>Since:</B></DT>
  610. <DD>jEdit 4.3pre1</DD>
  611. </DL>
  612. </DD>
  613. </DL>
  614. <HR>
  615. <A NAME="setLastMacro(org.gjt.sp.jedit.Macros.Macro)"><!-- --></A><H3>
  616. setLastMacro</H3>
  617. <PRE>
  618. public static void <B>setLastMacro</B>(<A HREF="../../../../org/gjt/sp/jedit/Macros.Macro.html" title="class in org.gjt.sp.jedit">Macros.Macro</A>&nbsp;macro)</PRE>
  619. <DL>
  620. <DD><DL>
  621. <DT><B>Since:</B></DT>
  622. <DD>jEdit 4.3pre1</DD>
  623. </DL>
  624. </DD>
  625. </DL>
  626. <HR>
  627. <A NAME="recordTemporaryMacro(org.gjt.sp.jedit.View)"><!-- --></A><H3>
  628. recordTemporaryMacro</H3>
  629. <PRE>
  630. public static void <B>recordTemporaryMacro</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</PRE>
  631. <DL>
  632. <DD>Starts recording a temporary macro.
  633. <P>
  634. <DD><DL>
  635. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DT><B>Since:</B></DT>
  636. <DD>jEdit 2.7pre2</DD>
  637. </DL>
  638. </DD>
  639. </DL>
  640. <HR>
  641. <A NAME="recordMacro(org.gjt.sp.jedit.View)"><!-- --></A><H3>
  642. recordMacro</H3>
  643. <PRE>
  644. public static void <B>recordMacro</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</PRE>
  645. <DL>
  646. <DD>Starts recording a macro.
  647. <P>
  648. <DD><DL>
  649. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DT><B>Since:</B></DT>
  650. <DD>jEdit 2.7pre2</DD>
  651. </DL>
  652. </DD>
  653. </DL>
  654. <HR>
  655. <A NAME="stopRecording(org.gjt.sp.jedit.View)"><!-- --></A><H3>
  656. stopRecording</H3>
  657. <PRE>
  658. public static void <B>stopRecording</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</PRE>
  659. <DL>
  660. <DD>Stops a recording currently in progress.
  661. <P>
  662. <DD><DL>
  663. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DT><B>Since:</B></DT>
  664. <DD>jEdit 2.7pre2</DD>
  665. </DL>
  666. </DD>
  667. </DL>
  668. <HR>
  669. <A NAME="runTemporaryMacro(org.gjt.sp.jedit.View)"><!-- --></A><H3>
  670. runTemporaryMacro</H3>
  671. <PRE>
  672. public static void <B>runTemporaryMacro</B>(<A HREF="../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view)</PRE>
  673. <DL>
  674. <DD>Runs the temporary macro.
  675. <P>
  676. <DD><DL>
  677. <DT><B>Parameters:</B><DD><CODE>view</CODE> - The view<DT><B>Since:</B></DT>
  678. <DD>jEdit 2.7pre2</DD>
  679. </DL>
  680. </DD>
  681. </DL>
  682. <!-- ========= END OF CLASS DATA ========= -->
  683. <HR>
  684. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  685. <A NAME="navbar_bottom"><!-- --></A>
  686. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  687. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  688. <TR>
  689. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  690. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  691. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  692. <TR ALIGN="center" VALIGN="top">
  693. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  694. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  695. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  696. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Macros.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  697. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  698. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  699. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  700. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  701. </TR>
  702. </TABLE>
  703. </TD>
  704. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  705. </EM>
  706. </TD>
  707. </TR>
  708. <TR>
  709. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  710. &nbsp;<A HREF="../../../../org/gjt/sp/jedit/JEditBeanShellAction.html" title="class in org.gjt.sp.jedit"><B>PREV CLASS</B></A>&nbsp;
  711. &nbsp;<A HREF="../../../../org/gjt/sp/jedit/Macros.Handler.html" title="class in org.gjt.sp.jedit"><B>NEXT CLASS</B></A></FONT></TD>
  712. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  713. <A HREF="../../../../index.html?org/gjt/sp/jedit/Macros.html" target="_top"><B>FRAMES</B></A> &nbsp;
  714. &nbsp;<A HREF="Macros.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  715. &nbsp;
  716. <NOSCRIPT>
  717. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  718. </NOSCRIPT>
  719. </FONT></TD>
  720. </TR>
  721. <TR>
  722. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  723. SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  724. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  725. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  726. </TR>
  727. </TABLE>
  728. <A NAME="skip-navbar_bottom"></A>
  729. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  730. <HR>
  731. </BODY>
  732. </HTML>