Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.msg: Javadoc index of package org.gjt.sp.jedit.msg.


Package Samples:

org.gjt.sp.jedit.msg

Classes:

EditorExitRequested: Message sent when jEdit starts the exit process. It is send before the settings are saved and the buffers are closed. Listeners of this message should be aware that jEdit might not exit truely, maybe because of errors, or the user cancelled the "Save unsaved changed" dialog, or jEdit is in background mode.
PropertiesChanged: Message sent when properties are changed using the global options or plugin options dialog box.
EditorStarted: Message sent after jEdit has finished starting up, but before the initial view is created.
DynamicMenuChanged: Sending this message will cause the specified dynamic menu to be recreated.
MacrosChanged: Message sent when the list of available macros changes.
EditPaneUpdate: Message sent when an edit pane-related change occurs.
SearchSettingsChanged: Message sent when search and replace settings change.
PluginUpdate: Message sent when plugins are loaded and unloaded.
BufferUpdate: Message sent when a buffer-related change occurs.
DockableWindowUpdate: Message sent when dockable window state changes.
ViewUpdate: Message sent when a view-related change occurs.
VFSUpdate: Message sent when a file or directory changes.
EditorExiting: Message sent just before jEdit exits.

Home | Contact Us | Privacy Policy | Terms of Service