|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockingContext | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
com.vlsolutions.swing.docking.ws |
Uses of DockingContext in com.vlsolutions.swing.docking |
---|
Methods in com.vlsolutions.swing.docking that return DockingContext | |
---|---|
DockingContext |
DockingDesktop.getContext()
Returns the docking context used by this desktop (might be shared with other desktop). |
Methods in com.vlsolutions.swing.docking with parameters of type DockingContext | |
---|---|
void |
DockingDesktop.setContext(DockingContext context)
Updates the docking context used by this desktop. |
Constructors in com.vlsolutions.swing.docking with parameters of type DockingContext | |
---|---|
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). |
Uses of DockingContext in com.vlsolutions.swing.docking.ws |
---|
Methods in com.vlsolutions.swing.docking.ws that return DockingContext | |
---|---|
DockingContext |
WorkspaceMenuItem.getDockingContext()
Returns the docking context used by this menu item |
DockingContext |
WorkspaceButton.getDockingContext()
Returns the docking context used by this button |
Methods in com.vlsolutions.swing.docking.ws with parameters of type DockingContext | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |