/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>
7org.gjt.sp.jedit.msg (jEdit API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.gjt.sp.jedit.msg package">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13
14
15<NOSCRIPT>
16</NOSCRIPT>
17
18</HEAD>
19
20<BODY BGCOLOR="white" >
21
22
23<!-- ========= START OF TOP NAVBAR ======= -->
24<A NAME="navbar_top"><!-- --></A>
25<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
26<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
27<TR>
28<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
29<A NAME="navbar_top_firstrow"><!-- --></A>
30<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
31 <TR ALIGN="center" VALIGN="top">
32 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
33 <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
34 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
40 </TR>
41</TABLE>
42</TD>
43<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
44</EM>
45</TD>
46</TR>
47
48<TR>
49<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
50 <A HREF="../../../../../org/gjt/sp/jedit/menu/package-summary.html"><B>PREV PACKAGE</B></A>
51 <A HREF="../../../../../org/gjt/sp/jedit/options/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
52<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 <A HREF="../../../../../index.html?org/gjt/sp/jedit/msg/package-summary.html" target="_top"><B>FRAMES</B></A>
54 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
55
56<NOSCRIPT>
57 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
58</NOSCRIPT>
59
60
61</FONT></TD>
62</TR>
63</TABLE>
64<A NAME="skip-navbar_top"></A>
65<!-- ========= END OF TOP NAVBAR ========= -->
66
67<HR>
68<H2>
69Package org.gjt.sp.jedit.msg
70</H2>
71EditBus messages.
72<P>
73<B>See:</B>
74<BR>
75 <A HREF="#package_description"><B>Description</B></A>
76<P>
77
78<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
79<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
80<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
81<B>Class Summary</B></FONT></TH>
82</TR>
83<TR BGCOLOR="white" CLASS="TableRowColor">
84<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>
85<TD>An EBMessage sent by the EditPane just before the buffer changes.</TD>
86</TR>
87<TR BGCOLOR="white" CLASS="TableRowColor">
88<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>
89<TD>Message sent when a buffer-related change occurs.</TD>
90</TR>
91<TR BGCOLOR="white" CLASS="TableRowColor">
92<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>
93<TD><B>Deprecated.</B> <I>use @ref PositionChanging instead.</I></TD>
94</TR>
95<TR BGCOLOR="white" CLASS="TableRowColor">
96<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>
97<TD>Message sent when dockable window state changes.</TD>
98</TR>
99<TR BGCOLOR="white" CLASS="TableRowColor">
100<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>
101<TD>Sending this message will cause the specified dynamic menu to be recreated.</TD>
102</TR>
103<TR BGCOLOR="white" CLASS="TableRowColor">
104<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>
105<TD>Message sent just before jEdit exits.</TD>
106</TR>
107<TR BGCOLOR="white" CLASS="TableRowColor">
108<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>
109<TD>Message sent when jEdit starts the exit process.</TD>
110</TR>
111<TR BGCOLOR="white" CLASS="TableRowColor">
112<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>
113<TD>Message sent after jEdit has finished starting up, but before the initial
114 view is created.</TD>
115</TR>
116<TR BGCOLOR="white" CLASS="TableRowColor">
117<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>
118<TD>Message sent when an edit pane-related change occurs.</TD>
119</TR>
120<TR BGCOLOR="white" CLASS="TableRowColor">
121<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>
122<TD>Message sent when plugins are loaded and unloaded.</TD>
123</TR>
124<TR BGCOLOR="white" CLASS="TableRowColor">
125<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>
126<TD>An EBMessage associated with an EditPane that is sent just before its caret
127 position changes in a "major way" to another location in the same Buffer.</TD>
128</TR>
129<TR BGCOLOR="white" CLASS="TableRowColor">
130<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>
131<TD>Message sent when properties are changed using the global options or
132 plugin options dialog box.</TD>
133</TR>
134<TR BGCOLOR="white" CLASS="TableRowColor">
135<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>
136<TD>Message sent right before the global options dialog is shown.</TD>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<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>
140<TD>Message sent when a register is updated.</TD>
141</TR>
142<TR BGCOLOR="white" CLASS="TableRowColor">
143<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>
144<TD>Message sent when search and replace settings change.</TD>
145</TR>
146<TR BGCOLOR="white" CLASS="TableRowColor">
147<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>
148<TD><B>Deprecated.</B> <I>- use EditPaneUpdate</I></TD>
149</TR>
150<TR BGCOLOR="white" CLASS="TableRowColor">
151<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>
152<TD>Message sent when a file system tree node,
153 or a ProjectViewer tree node, is selected.</TD>
154</TR>
155<TR BGCOLOR="white" CLASS="TableRowColor">
156<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>
157<TD>Message sent when a file or directory changes.</TD>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<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>
161<TD>Message sent when a view-related change occurs.</TD>
162</TR>
163</TABLE>
164
165
166<P>
167
168<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
171<B>Enum Summary</B></FONT></TH>
172</TR>
173<TR BGCOLOR="white" CLASS="TableRowColor">
174<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>
175<TD> </TD>
176</TR>
177</TABLE>
178
179
180<P>
181<A NAME="package_description"><!-- --></A><H2>
182Package org.gjt.sp.jedit.msg Description
183</H2>
184
185<P>
186EditBus messages.
187<P>
188
189<P>
190<DL>
191</DL>
192<HR>
193
194
195<!-- ======= START OF BOTTOM NAVBAR ====== -->
196<A NAME="navbar_bottom"><!-- --></A>
197<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
198<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
199<TR>
200<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
201<A NAME="navbar_bottom_firstrow"><!-- --></A>
202<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
203 <TR ALIGN="center" VALIGN="top">
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
205 <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
206 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
207 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
208 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
210 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
211 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
212 </TR>
213</TABLE>
214</TD>
215<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
216</EM>
217</TD>
218</TR>
219
220<TR>
221<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
222 <A HREF="../../../../../org/gjt/sp/jedit/menu/package-summary.html"><B>PREV PACKAGE</B></A>
223 <A HREF="../../../../../org/gjt/sp/jedit/options/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
224<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
225 <A HREF="../../../../../index.html?org/gjt/sp/jedit/msg/package-summary.html" target="_top"><B>FRAMES</B></A>
226 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
227
228<NOSCRIPT>
229 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
230</NOSCRIPT>
231
232
233</FONT></TD>
234</TR>
235</TABLE>
236<A NAME="skip-navbar_bottom"></A>
237<!-- ======== END OF BOTTOM NAVBAR ======= -->
238
239<HR>
240
241</BODY>
242</HTML>