Uses of Class
org.gjt.sp.jedit.EBMessage
Package
Description
-
Uses of EBMessage in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionvoid
EBComponent.handleMessage
(EBMessage message) Handles a message sent on the EditBus.void
EBPlugin.handleMessage
(EBMessage message) Handles a message sent on the EditBus.static void
Sends a message to all components on the bus in turn.static void
Schedules a message to be sent on the edit bus as soon as the AWT thread is done processing current events. -
Uses of EBMessage in org.gjt.sp.jedit.gui
-
Uses of EBMessage in org.gjt.sp.jedit.msg
Modifier and TypeClassDescriptionclass
An EBMessage sent by the EditPane just before the buffer changes.class
Message sent when a buffer-related change occurs.class
Message sent when dockable window state changes.class
Sending this message will cause the specified dynamic menu to be recreated.class
Message sent just before jEdit exits.class
Message sent when jEdit starts the exit process.class
Message sent after jEdit has finished starting up, but before the initial view is created.class
Message sent when an edit pane-related change occurs.class
Message sent when plugins are loaded and unloaded.class
An EBMessage associated with an EditPane that is sent just before its caret position changes in a "major way" to another location in the same Buffer.class
Message sent when properties are changed using the global options or plugin options dialog box.class
Message sent right before the global options dialog is shown.class
Message sent when a register is updated.class
Message sent when search and replace settings change.class
Message sent when a file system tree node, or a ProjectViewer tree node, is selected.class
Message sent when a file or directory changes.class
Message sent when a view-related change occurs. -
Uses of EBMessage in org.gjt.sp.jedit.print
-
Uses of EBMessage in org.gjt.sp.jedit.search