public class DockableStateChangeEvent
extends java.lang.Object
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).
Constructor and Description |
---|
DockableStateChangeEvent(DockableState previousState,
DockableState newState) |
Modifier and Type | Method and Description |
---|---|
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.
|
public DockableStateChangeEvent(DockableState previousState, DockableState newState)
public DockableState getPreviousState()
public DockableState getNewState()
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications