| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. | 
| org.gjt.sp.jedit.gui.tray | The jEdit System Tray | 
| org.gjt.sp.jedit.msg | EditBus messages. | 
| org.gjt.sp.jedit.print | Printing. | 
| org.gjt.sp.jedit.search | Search and replace classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EBPlugin. handleMessage(EBMessage message)Handles a message sent on the EditBus. | 
| void | EBComponent. handleMessage(EBMessage message)Handles a message sent on the EditBus. | 
| static void | EditBus. send(EBMessage message)Sends a message to all components on the bus in turn. | 
| static void | EditBus. sendAsync(EBMessage message)Schedules a message to be sent on the edit bus as soon as
 the AWT thread is done processing current events. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DockingLayoutManager. handleMessage(EBMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditSwingTrayIcon. handleMessage(EBMessage message) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferChangingAn EBMessage sent by the EditPane just before the buffer changes. | 
| class  | BufferUpdateMessage sent when a buffer-related change occurs. | 
| class  | DockableWindowUpdateMessage sent when dockable window state changes. | 
| class  | DynamicMenuChangedSending this message will cause the specified dynamic menu to be recreated. | 
| class  | EditorExitingMessage sent just before jEdit exits. | 
| class  | EditorExitRequestedMessage sent when jEdit starts the exit process. | 
| class  | EditorStartedMessage sent after jEdit has finished starting up, but before the initial
 view is created. | 
| class  | EditPaneUpdateMessage sent when an edit pane-related change occurs. | 
| class  | PluginUpdateMessage sent when plugins are loaded and unloaded. | 
| class  | PositionChangingAn 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  | PropertiesChangedMessage sent when properties are changed using the global options or
 plugin options dialog box. | 
| class  | PropertiesChangingMessage sent right before the global options dialog is shown. | 
| class  | RegisterChangedMessage sent when a register is updated. | 
| class  | SearchSettingsChangedMessage sent when search and replace settings change. | 
| class  | VFSPathSelectedMessage sent when a file system tree node,
 or a ProjectViewer tree node, is selected. | 
| class  | VFSUpdateMessage sent when a file or directory changes. | 
| class  | ViewUpdateMessage sent when a view-related change occurs. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageBreakExtension. handleMessage(EBMessage msg) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SearchDialog. handleSearchSettingsChanged(EBMessage msg) |