Frames | No Frames |
Constructors with parameter type com.vlsolutions.swing.docking.DockableState | |
DockableStateChangeEvent.DockableStateChangeEvent(DockableState previousState, DockableState newState) | |
DockableStateWillChangeEvent.DockableStateWillChangeEvent(DockableState currentState, DockableState futureState) |
Methods with return type com.vlsolutions.swing.docking.DockableState | |
DockableState | this method will return null when the event is triggered for initial docking
|
DockableState | Returns the future (proposed) state of the dockable. |
DockableState | returns the new state of the dockable |
DockableState | returns the previous state of the dockable, or null if the component
wasn't known to the docking desktop before. |
Constructors with parameter type com.vlsolutions.swing.docking.DockableState | |
Creates a dockable state based on an existing state, with another relative positionning |
Methods with parameter type com.vlsolutions.swing.docking.DockableState | |
void | Updates the current state of a dockable |
Methods with return type com.vlsolutions.swing.docking.DockableState | |
DockableState | Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING) |
DockableState | Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING) |
DockableState[] | Creates and returns an array of all registered dockable with their current
state. |
DockableState[] | Creates and returns an array of all registered dockable with their current
state. |
DockableState | Returns the previous state of a hidden or floating dockable (when that dockable
was in the DOCKED state. |