| 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.msg | EditBus messages. | 
| Modifier and Type | Method and Description | 
|---|---|
| DockableWindowManager | View. getDockableWindowManager()Returns the dockable window manager associated with this view. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DockableWindowManagerImplManages dockable windows for a single View. | 
| Modifier and Type | Method and Description | 
|---|---|
| DockableWindowManager | DockingFrameworkProvider. create(View view,
      DockableWindowFactory instance,
      View.ViewConfig config) | 
| DockableWindowManager | DockableWindowManagerProvider. create(View view,
      DockableWindowFactory instance,
      View.ViewConfig config) | 
| Constructor and Description | 
|---|
| DockableWindowUpdate(DockableWindowManager wm,
                    java.lang.Object what,
                    java.lang.String dockable)Creates a new dockable window update message. |