Uses of Class
org.gjt.sp.jedit.EBMessage

Packages that use EBMessage
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.help The jEdit help viewer. 
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.pluginmgr The plugin manager. 
org.gjt.sp.jedit.search Search and replace classes. 
 

Uses of EBMessage in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type EBMessage
 void EBPlugin.handleMessage(EBMessage message)
          Handles a message sent on the EditBus.
 void EditPane.handleMessage(EBMessage msg)
           
 void Macros.Recorder.handleMessage(EBMessage msg)
           
 void EBComponent.handleMessage(EBMessage message)
          Handles a message sent on the EditBus.
 void View.handleMessage(EBMessage msg)
           
static void EditBus.send(EBMessage message)
          Sends a message to all components on the bus in turn.
 

Uses of EBMessage in org.gjt.sp.jedit.browser
 

Methods in org.gjt.sp.jedit.browser with parameters of type EBMessage
 void VFSBrowser.handleMessage(EBMessage msg)
           
 

Uses of EBMessage in org.gjt.sp.jedit.gui
 

Methods in org.gjt.sp.jedit.gui with parameters of type EBMessage
 void RegisterViewer.handleMessage(EBMessage msg)
           
 void MarkerViewer.handleMessage(EBMessage msg)
           
 void LogViewer.handleMessage(EBMessage msg)
           
 void DockableWindowManager.handleMessage(EBMessage msg)
           
 

Uses of EBMessage in org.gjt.sp.jedit.help
 

Methods in org.gjt.sp.jedit.help with parameters of type EBMessage
 void HelpViewer.handleMessage(EBMessage msg)
           
 

Uses of EBMessage in org.gjt.sp.jedit.msg
 

Subclasses of EBMessage in org.gjt.sp.jedit.msg
 class BufferChanging
          An EBMessage sent by the EditPane just before the buffer changes.
 class BufferUpdate
          Message sent when a buffer-related change occurs.
 class CaretChanging
           
 class DockableWindowUpdate
          Message sent when dockable window state changes.
 class DynamicMenuChanged
          Sending this message will cause the specified dynamic menu to be recreated.
 class EditorExiting
          Message sent just before jEdit exits.
 class EditorExitRequested
          Message sent when jEdit starts the exit process.
 class EditorStarted
          Message sent after jEdit has finished starting up, but before the initial view is created.
 class EditPaneUpdate
          Message sent when an edit pane-related change occurs.
 class PluginUpdate
          Message sent when plugins are loaded and unloaded.
 class PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
 class RegisterChanged
          Message sent when a register is updated.
 class SearchSettingsChanged
          Message sent when search and replace settings change.
 class TextAreaUpdate
          Sent on the editbus when events are coming from the TextArea.
 class VFSUpdate
          Message sent when a file or directory changes.
 class ViewUpdate
          Message sent when a view-related change occurs.
 

Uses of EBMessage in org.gjt.sp.jedit.pluginmgr
 

Methods in org.gjt.sp.jedit.pluginmgr with parameters of type EBMessage
 void PluginManager.handleMessage(EBMessage message)
           
 

Uses of EBMessage in org.gjt.sp.jedit.search
 

Methods in org.gjt.sp.jedit.search with parameters of type EBMessage
 void SearchDialog.handleMessage(EBMessage msg)
           
 void HyperSearchResults.handleMessage(EBMessage msg)