| Package | Description |
|---|---|
| org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
| org.gjt.sp.jedit.gui |
Various GUI controls and dialog boxes.
|
| org.gjt.sp.jedit.msg |
EditBus messages.
|
| Modifier and Type | Method | Description |
|---|---|---|
DockableWindowManager |
View.getDockableWindowManager() |
Returns the dockable window manager associated with this view.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DockableWindowManagerImpl |
Manages dockable windows for a single View.
|
| Modifier and Type | Method | Description |
|---|---|---|
DockableWindowManager |
DockableWindowManagerProvider.create(View view,
DockableWindowFactory instance,
View.ViewConfig config) |
|
DockableWindowManager |
DockingFrameworkProvider.create(View view,
DockableWindowFactory instance,
View.ViewConfig config) |
| Constructor | Description |
|---|---|
DockableWindowUpdate(DockableWindowManager wm,
java.lang.Object what,
java.lang.String dockable) |
Creates a new dockable window update message.
|