Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.ws |
Dockable windows framework
|
Modifier and Type | Method and Description |
---|---|
DockingContext |
DockingDesktop.getContext()
Returns the docking context used by this desktop (might be shared with other desktop).
|
Modifier and Type | Method and Description |
---|---|
void |
DockingDesktop.setContext(DockingContext context)
Updates the docking context used by this desktop.
|
Constructor and Description |
---|
AnchorManager(DockingContext context,
java.awt.Container container)
Constructs a new AnchorManager responsible for a container (desktop or compound)
|
DockingDesktop(java.lang.String desktopName,
DockingContext context)
Constructs a DockingDesktop with a given name (suitable for multiple-desktop applications).
|
Modifier and Type | Method and Description |
---|---|
DockingContext |
WorkspaceButton.getDockingContext()
Returns the docking context used by this button
|
DockingContext |
WorkspaceMenuItem.getDockingContext()
Returns the docking context used by this menu item
|
Modifier and Type | Method and Description |
---|---|
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 |
Workspace.loadFrom(DockingContext context)
Loads and configures this workspace from a given docking context.
|
void |
WorkspaceButton.setDockingContext(DockingContext ctx)
Updates the docking context used by this button
|
void |
WorkspaceMenuItem.setDockingContext(DockingContext ctx)
Updates the docking context used by this menu item
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.