Methods in com.vlsolutions.swing.docking.ws that throw WorkspaceException |
void |
Workspace.apply(DockingContext dockingContext)
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 |
WorkspaceMenuItem.applyWorkspace()
Invoked when the button is pressed : applies the workspace to the associated context |
void |
WorkspaceButton.applyWorkspace()
Invoked when the button is pressed : applies the workspace to the associated context |
void |
Workspace.loadFrom(DockingContext context)
Loads and configures this workspace from a given docking context. |