PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/msg/package-summary.html

#
HTML | 242 lines | 211 code | 25 blank | 6 comment | 0 complexity | 28380efa78b4b0e6da83c10c9896cac4 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:17 GMT-08:00 2008 -->
  6. <TITLE>
  7. org.gjt.sp.jedit.msg (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.msg package">
  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="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  26. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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/menu/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/options/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../../index.html?org/gjt/sp/jedit/msg/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="package-summary.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. </TABLE>
  53. <A NAME="skip-navbar_top"></A>
  54. <!-- ========= END OF TOP NAVBAR ========= -->
  55. <HR>
  56. <H2>
  57. Package org.gjt.sp.jedit.msg
  58. </H2>
  59. EditBus messages.
  60. <P>
  61. <B>See:</B>
  62. <BR>
  63. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  64. <P>
  65. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  66. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  67. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  68. <B>Class Summary</B></FONT></TH>
  69. </TR>
  70. <TR BGCOLOR="white" CLASS="TableRowColor">
  71. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferChanging.html" title="class in org.gjt.sp.jedit.msg">BufferChanging</A></B></TD>
  72. <TD>An EBMessage sent by the EditPane just before the buffer changes.</TD>
  73. </TR>
  74. <TR BGCOLOR="white" CLASS="TableRowColor">
  75. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html" title="class in org.gjt.sp.jedit.msg">BufferUpdate</A></B></TD>
  76. <TD>Message sent when a buffer-related change occurs.</TD>
  77. </TR>
  78. <TR BGCOLOR="white" CLASS="TableRowColor">
  79. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/CaretChanging.html" title="class in org.gjt.sp.jedit.msg">CaretChanging</A></B></TD>
  80. <TD><B>Deprecated.</B>&nbsp;<I>use @ref PositionChanging instead.</I></TD>
  81. </TR>
  82. <TR BGCOLOR="white" CLASS="TableRowColor">
  83. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/DockableWindowUpdate.html" title="class in org.gjt.sp.jedit.msg">DockableWindowUpdate</A></B></TD>
  84. <TD>Message sent when dockable window state changes.</TD>
  85. </TR>
  86. <TR BGCOLOR="white" CLASS="TableRowColor">
  87. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/DynamicMenuChanged.html" title="class in org.gjt.sp.jedit.msg">DynamicMenuChanged</A></B></TD>
  88. <TD>Sending this message will cause the specified dynamic menu to be recreated.</TD>
  89. </TR>
  90. <TR BGCOLOR="white" CLASS="TableRowColor">
  91. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/EditorExiting.html" title="class in org.gjt.sp.jedit.msg">EditorExiting</A></B></TD>
  92. <TD>Message sent just before jEdit exits.</TD>
  93. </TR>
  94. <TR BGCOLOR="white" CLASS="TableRowColor">
  95. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/EditorExitRequested.html" title="class in org.gjt.sp.jedit.msg">EditorExitRequested</A></B></TD>
  96. <TD>Message sent when jEdit starts the exit process.</TD>
  97. </TR>
  98. <TR BGCOLOR="white" CLASS="TableRowColor">
  99. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/EditorStarted.html" title="class in org.gjt.sp.jedit.msg">EditorStarted</A></B></TD>
  100. <TD>Message sent after jEdit has finished starting up, but before the initial
  101. view is created.</TD>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/EditPaneUpdate.html" title="class in org.gjt.sp.jedit.msg">EditPaneUpdate</A></B></TD>
  105. <TD>Message sent when an edit pane-related change occurs.</TD>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/PluginUpdate.html" title="class in org.gjt.sp.jedit.msg">PluginUpdate</A></B></TD>
  109. <TD>Message sent when plugins are loaded and unloaded.</TD>
  110. </TR>
  111. <TR BGCOLOR="white" CLASS="TableRowColor">
  112. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/PositionChanging.html" title="class in org.gjt.sp.jedit.msg">PositionChanging</A></B></TD>
  113. <TD>An EBMessage associated with an EditPane that is sent just before its caret
  114. position changes in a "major way" to another location in the same Buffer.</TD>
  115. </TR>
  116. <TR BGCOLOR="white" CLASS="TableRowColor">
  117. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/PropertiesChanged.html" title="class in org.gjt.sp.jedit.msg">PropertiesChanged</A></B></TD>
  118. <TD>Message sent when properties are changed using the global options or
  119. plugin options dialog box.</TD>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/PropertiesChanging.html" title="class in org.gjt.sp.jedit.msg">PropertiesChanging</A></B></TD>
  123. <TD>Message sent right before the global options dialog is shown.</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/RegisterChanged.html" title="class in org.gjt.sp.jedit.msg">RegisterChanged</A></B></TD>
  127. <TD>Message sent when a register is updated.</TD>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/SearchSettingsChanged.html" title="class in org.gjt.sp.jedit.msg">SearchSettingsChanged</A></B></TD>
  131. <TD>Message sent when search and replace settings change.</TD>
  132. </TR>
  133. <TR BGCOLOR="white" CLASS="TableRowColor">
  134. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/TextAreaUpdate.html" title="class in org.gjt.sp.jedit.msg">TextAreaUpdate</A></B></TD>
  135. <TD><B>Deprecated.</B>&nbsp;<I>- use EditPaneUpdate</I></TD>
  136. </TR>
  137. <TR BGCOLOR="white" CLASS="TableRowColor">
  138. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/VFSPathSelected.html" title="class in org.gjt.sp.jedit.msg">VFSPathSelected</A></B></TD>
  139. <TD>Message sent when a file system tree node,
  140. or a ProjectViewer tree node, is selected.</TD>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/VFSUpdate.html" title="class in org.gjt.sp.jedit.msg">VFSUpdate</A></B></TD>
  144. <TD>Message sent when a file or directory changes.</TD>
  145. </TR>
  146. <TR BGCOLOR="white" CLASS="TableRowColor">
  147. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/ViewUpdate.html" title="class in org.gjt.sp.jedit.msg">ViewUpdate</A></B></TD>
  148. <TD>Message sent when a view-related change occurs.</TD>
  149. </TR>
  150. </TABLE>
  151. &nbsp;
  152. <P>
  153. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  154. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  155. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  156. <B>Enum Summary</B></FONT></TH>
  157. </TR>
  158. <TR BGCOLOR="white" CLASS="TableRowColor">
  159. <TD WIDTH="15%"><B><A HREF="../../../../../org/gjt/sp/jedit/msg/PropertiesChanging.State.html" title="enum in org.gjt.sp.jedit.msg">PropertiesChanging.State</A></B></TD>
  160. <TD>&nbsp;</TD>
  161. </TR>
  162. </TABLE>
  163. &nbsp;
  164. <P>
  165. <A NAME="package_description"><!-- --></A><H2>
  166. Package org.gjt.sp.jedit.msg Description
  167. </H2>
  168. <P>
  169. EditBus messages.
  170. <P>
  171. <P>
  172. <DL>
  173. </DL>
  174. <HR>
  175. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  176. <A NAME="navbar_bottom"><!-- --></A>
  177. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  178. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  179. <TR>
  180. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  181. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  182. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  183. <TR ALIGN="center" VALIGN="top">
  184. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  185. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  186. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  187. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  188. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  189. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  190. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  191. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  192. </TR>
  193. </TABLE>
  194. </TD>
  195. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  196. </EM>
  197. </TD>
  198. </TR>
  199. <TR>
  200. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  201. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/menu/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  202. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/options/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  203. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  204. <A HREF="../../../../../index.html?org/gjt/sp/jedit/msg/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  205. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  206. &nbsp;
  207. <NOSCRIPT>
  208. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  209. </NOSCRIPT>
  210. </FONT></TD>
  211. </TR>
  212. </TABLE>
  213. <A NAME="skip-navbar_bottom"></A>
  214. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  215. <HR>
  216. </BODY>
  217. </HTML>