Uses of Class com.vlsolutions.swing.docking.DockingContext

Uses in package com.vlsolutions.swing.docking.ws

Methods with parameter type com.vlsolutions.swing.docking.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
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

Uses in package com.vlsolutions.swing.docking

Constructors with parameter type com.vlsolutions.swing.docking.DockingContext

AnchorManager.AnchorManager(DockingContext context, Container container)
Constructs a new AnchorManager responsible for a container (desktop or compound)
DockingDesktop.DockingDesktop(String desktopName, DockingContext context)
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).

© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications