Frames | No Frames |
Methods with parameter type com.vlsolutions.swing.docking.DockingContext | |
void | Applies this workspace to the given docking context (this is equivalent as loading a
workspace file from DockingContext.readXML() : it removes every dockable from the context and
associated desktops, and clears their dockable states, then it reloads the dockables as specified
by this workspace layout. |
void | Loads and configures this workspace from a given docking context. |
void | Updates the docking context used by this button |
void | Updates the docking context used by this menu item |
Methods with return type com.vlsolutions.swing.docking.DockingContext | |
DockingContext | Returns the docking context used by this button |
DockingContext | Returns the docking context used by this menu item |
Constructors with parameter type com.vlsolutions.swing.docking.DockingContext | |
Constructs a new AnchorManager responsible for a container (desktop or compound)
| |
Constructs a DockingDesktop with a given name (suitable for multiple-desktop applications). |
Methods with parameter type com.vlsolutions.swing.docking.DockingContext | |
void | Updates the docking context used by this desktop. |
Methods with return type com.vlsolutions.swing.docking.DockingContext | |
DockingContext | Returns the docking context used by this desktop (might be shared with other desktop). |