Uses of Package
org.gjt.sp.jedit.msg

Packages that use org.gjt.sp.jedit.msg
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.bufferset   
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.gui.statusbar   
org.gjt.sp.jedit.help The jEdit help viewer. 
org.gjt.sp.jedit.menu   
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.pluginmgr The plugin manager. 
org.gjt.sp.jedit.search Search and replace classes. 
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit
BufferUpdate
          Message sent when a buffer-related change occurs.
EditPaneUpdate
          Message sent when an edit pane-related change occurs.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
SearchSettingsChanged
          Message sent when search and replace settings change.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.browser
BufferUpdate
          Message sent when a buffer-related change occurs.
PluginUpdate
          Message sent when plugins are loaded and unloaded.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
VFSUpdate
          Message sent when a file or directory changes.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.bufferset
EditPaneUpdate
          Message sent when an edit pane-related change occurs.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.gui
BufferUpdate
          Message sent when a buffer-related change occurs.
DockableWindowUpdate
          Message sent when dockable window state changes.
EditPaneUpdate
          Message sent when an edit pane-related change occurs.
PluginUpdate
          Message sent when plugins are loaded and unloaded.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
RegisterChanged
          Message sent when a register is updated.
ViewUpdate
          Message sent when a view-related change occurs.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.gui.statusbar
ViewUpdate
          Message sent when a view-related change occurs.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.help
PluginUpdate
          Message sent when plugins are loaded and unloaded.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.menu
DynamicMenuChanged
          Sending this message will cause the specified dynamic menu to be recreated.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.msg
EditPaneUpdate
          Message sent when an edit pane-related change occurs.
PositionChanging
          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.
PropertiesChanging.State
           
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.pluginmgr
PluginUpdate
          Message sent when plugins are loaded and unloaded.
PropertiesChanged
          Message sent when properties are changed using the global options or plugin options dialog box.
 

Classes in org.gjt.sp.jedit.msg used by org.gjt.sp.jedit.search
BufferUpdate
          Message sent when a buffer-related change occurs.