com.vlsolutions.swing.docking.event
Interface DockableStateChangeListener
public interface DockableStateChangeListener
Interface implemented by classes that need to be notified of
a state change of a dockable.
Events are triggered when a Dockable component is :
- Docked (added to the desktop)
- set in Auto-hide mode (collapsed as a border button)
- closed (removed from the desktop)
- maximized (the only one visible)
- floating (detached from the desktop)
dockableStateChanged
public void dockableStateChanged(DockableStateChangeEvent event)
this method will be called after a dockable component has changed of state
(closed, hidden, docked)
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications