| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.bufferset | Classes related to implementation of the BufferSets feature of jEdit. | 
| org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. | 
| org.gjt.sp.jedit.gui.statusbar | Widget Factory classes for Status Bar Widgets | 
| org.gjt.sp.jedit.msg | EditBus messages. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | View. handleEditPaneUpdate(EditPaneUpdate msg) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BufferSetManager. handleEditPaneUpdate(EditPaneUpdate message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MarkerViewer. handleEditPaneUpdate(EditPaneUpdate epu) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LastModifiedWidgetFactory.LastModifiedWidget. handleMessage(EditPaneUpdate message) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferChangingAn EBMessage sent by the EditPane just before the buffer changes. | 
| 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. |