Package | Description |
---|---|
com.vldocking.swing.docking |
The VLDocking Framework for JFC "Swing" applications.
|
com.vldocking.swing.docking.event |
Events Package of the VLDocking Framework.
|
Modifier and Type | Method and Description |
---|---|
static DockableState.Location |
DockingUtilities.getDockableLocationFromHierarchy(Component comp)
Returns a DockableState value corresponding to this component or null if not found.
|
DockableState.Location |
DockKey.getLocation()
returns the current visible location of the dockable
(see DockableState.Location for enumeration values)
|
DockableState.Location |
DockableState.getLocation()
Returns the current location of the dockable (CLOSED, DOCKED, HIDDEN...).
|
static DockableState.Location |
DockableState.getLocationFromInt(int state)
Utility (compatibility) method used to associate an int to the Location enumeration
(opposite to location.ordinal()
|
static DockableState.Location |
DockingUtilities.getTopMostAncestorContainerState(Dockable dockable)
searches up the dockable container hierarchy and returns the dockable state of the
last (top most) ancestor which is a CompoundDockable (or null if not found).
|
static DockableState.Location |
DockableState.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockableState.Location[] |
DockableState.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Dockable> |
DockingContext.getDockablesByState(DockingDesktop desktop,
DockableState.Location state)
constructs and returns the list of dockables corresponding to a desktop, at a specific state
|
void |
DockKey.setLocation(DockableState.Location location)
updates the location property.
|
Constructor and Description |
---|
DockableState(DockingDesktop desktop,
Dockable dockable,
DockableState.Location location) |
DockableState(DockingDesktop desktop,
Dockable dockable,
DockableState.Location location,
RelativeDockablePosition position) |
Modifier and Type | Method and Description |
---|---|
DockableState.Location |
DockingActionEvent.getInitialLocation()
Returns one of the DockableState states reflecting the state of the dockable before the action
|
DockableState.Location |
DockingActionEvent.getNextLocation()
Returns one of the DockableState states reflecting the state of the dockable after the action
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.