oracle.ide.docking
Interface DockableListener
- public interface DockableListener
Interface to support notification of visibility changes on a dockable. To simplify the implementation of Dockable
s, the DockableListeners are registered on the DockStation and not on the Dockable itself.
- See Also:
DockStation.addDockableListener(DockableListener l, Dockable d)
dockableHidden
public void dockableHidden(DockableEvent e)
dockableShown
public void dockableShown(DockableEvent e)
Copyright © 1997, 2004, Oracle. All rights reserved.