Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.event |
Dockable windows framework
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<Dockable,DockableState> |
DockingContext.dockableStates
inner state of the dockables
|
protected java.util.HashMap<Dockable,DockableState> |
DockingDesktop.previousFloatingDockableStates
return state for floating dockables
|
Modifier and Type | Method and Description |
---|---|
DockableState[] |
DockingContext.getDockables()
Creates and returns an array of all registered dockable with their current
state.
|
DockableState[] |
DockingDesktop.getDockables()
Creates and returns an array of all registered dockable with their current
state.
|
DockableState |
DockingContext.getDockableState(Dockable dockable)
Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING)
|
DockableState |
DockingDesktop.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 |
---|---|
int |
DockableState.compareTo(DockableState object)
Comparable interface, used to sort components by name order.
|
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 © 2010-2014 Pacific Biosciences. All Rights Reserved.