Package | Description |
---|---|
com.vlsolutions.swing.docking |
The VL Docking Framework for JFC "Swing" applications.
|
com.vlsolutions.swing.docking.event |
Events Package of the VLDocking Framework.
|
Modifier and Type | Method and Description |
---|---|
DockableState[] |
DockingDesktop.getDockables()
Creates and returns an array of all registered dockable with their current
state.
|
DockableState[] |
DockingContext.getDockables()
Creates and returns an array of all registered dockable with their current
state.
|
DockableState |
DockingDesktop.getDockableState(Dockable dockable)
Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING)
|
DockableState |
DockingContext.getDockableState(Dockable dockable)
Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING)
|
DockableState |
DockingDesktop.getPreviousDockableState(Dockable dockable)
Returns the previous state of a hidden or floating dockable (when that dockable
was in the DOCKED state.
|
Modifier and Type | Method and Description |
---|---|
void |
DockingContext.setDockableState(Dockable dockable,
DockableState state)
Updates the current state of a dockable
|
Constructor and Description |
---|
DockableState(DockableState copy,
RelativeDockablePosition position)
Creates a dockable state based on an existing state, with another relative positionning
|
Modifier and Type | Method and Description |
---|---|
DockableState |
DockableStateWillChangeEvent.getCurrentState()
this method will return null when the event is triggered for initial docking
|
DockableState |
DockableStateWillChangeEvent.getFutureState()
Returns the future (proposed) state of the dockable.
|
DockableState |
DockableStateChangeEvent.getNewState()
returns the new state of the dockable
|
DockableState |
DockableStateChangeEvent.getPreviousState()
returns the previous state of the dockable, or null if the component
wasn't known to the docking desktop before.
|
Constructor and Description |
---|
DockableStateChangeEvent(DockableState previousState,
DockableState newState) |
DockableStateWillChangeEvent(DockableState currentState,
DockableState futureState) |
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications