| Package | Description |
|---|---|
| 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 |
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.help |
The jEdit help viewer.
|
| org.gjt.sp.jedit.menu |
Classes for generation of dynamic menus
|
| org.gjt.sp.jedit.msg |
EditBus messages.
|
| org.gjt.sp.jedit.pluginmgr |
The plugin manager.
|
| org.gjt.sp.jedit.search |
Search and replace classes.
|
| org.gjt.sp.jedit.textarea |
Classes related to jEdit's TextArea.
|
| Class | Description |
|---|---|
| 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.
|
| ViewUpdate |
Message sent when a view-related change occurs.
|
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| BufferUpdate |
Message sent when a buffer-related change occurs.
|
| EditPaneUpdate |
Message sent when an edit pane-related change occurs.
|
| ViewUpdate |
Message sent when a view-related change occurs.
|
| Class | Description |
|---|---|
| PluginUpdate |
Message sent when plugins are loaded and unloaded.
|
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| 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 |
| Class | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| BufferUpdate |
Message sent when a buffer-related change occurs.
|
| Class | Description |
|---|---|
| PropertiesChanged |
Message sent when properties are changed using the global options or
plugin options dialog box.
|