Package | Description |
---|---|
com.vldocking.swing.docking |
The VLDocking Framework for JFC "Swing" applications.
|
com.vldocking.swing.docking.ws |
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,
Container container)
Constructs a new AnchorManager responsible for a container (desktop or compound)
|
DockingDesktop(String desktopName,
DockingContext context)
Constructs a DockingDesktop with a given name (suitable for multiple-desktop applications).
|
Modifier and Type | Method and Description |
---|---|
DockingContext |
WorkspaceMenuItem.getDockingContext()
Returns the docking context used by this menu item
|
DockingContext |
WorkspaceButton.getDockingContext()
Returns the docking context used by this button
|
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 |
WorkspaceMenuItem.setDockingContext(DockingContext ctx)
Updates the docking context used by this menu item
|
void |
WorkspaceButton.setDockingContext(DockingContext ctx)
Updates the docking context used by this button
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.