|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vlsolutions.swing.docking.event.DockableStateChangeEvent
public class DockableStateChangeEvent
An event triggered after a change of dockable state.
Events are triggered when a component is :
It is also possible to track changes before they occurs with the DockableStateWillChangeEvent, which is triggered before the change is processed (this event is vetoable).
DockableStateWillChangeEvent
,
DockableStateChangeListener
Constructor Summary | |
---|---|
DockableStateChangeEvent(DockableState previousState,
DockableState newState)
|
Method Summary | |
---|---|
DockableState |
getNewState()
returns the new state of the dockable |
DockableState |
getPreviousState()
returns the previous state of the dockable, or null if the component wasn't known to the docking desktop before. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DockableStateChangeEvent(DockableState previousState, DockableState newState)
Method Detail |
---|
public DockableState getPreviousState()
public DockableState getNewState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |