Uses of Class
org.gjt.sp.jedit.EBMessage
Packages that use EBMessage
Package
Description
-
Uses of EBMessage in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type EBMessageModifier and TypeMethodDescriptionvoidEBComponent.handleMessage(EBMessage message) Handles a message sent on the EditBus.voidEBPlugin.handleMessage(EBMessage message) Handles a message sent on the EditBus.static voidSends a message to all components on the bus in turn.static voidSchedules 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
Methods in org.gjt.sp.jedit.gui with parameters of type EBMessage -
Uses of EBMessage in org.gjt.sp.jedit.msg
Subclasses of EBMessage in org.gjt.sp.jedit.msgModifier and TypeClassDescriptionclassAn EBMessage sent by the EditPane just before the buffer changes.classMessage sent when a buffer-related change occurs.classMessage sent when dockable window state changes.classSending this message will cause the specified dynamic menu to be recreated.classMessage sent just before jEdit exits.classMessage sent when jEdit starts the exit process.classMessage sent after jEdit has finished starting up, but before the initial view is created.classMessage sent when an edit pane-related change occurs.classMessage sent when plugins are loaded and unloaded.classAn 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.classMessage sent when properties are changed using the global options or plugin options dialog box.classMessage sent right before the global options dialog is shown.classMessage sent when a register is updated.classMessage sent when search and replace settings change.classMessage sent when a file system tree node, or a ProjectViewer tree node, is selected.classMessage sent when a file or directory changes.classMessage sent when a view-related change occurs. -
Uses of EBMessage in org.gjt.sp.jedit.print
Methods in org.gjt.sp.jedit.print with parameters of type EBMessage -
Uses of EBMessage in org.gjt.sp.jedit.search
Methods in org.gjt.sp.jedit.search with parameters of type EBMessage