|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.event.DockStationAdapter
bibliothek.gui.dock.station.FlapDockStation.VisibleListener
private class FlapDockStation.VisibleListener
This listener is added to the direct parent of the enclosing
FlapDockListener
. The listener fires events if the visibility
changes, and the listener can remove the popup-window if the station
looses its visibility.
Field Summary | |
---|---|
private boolean |
visible
The last known state. |
Constructor Summary | |
---|---|
private |
FlapDockStation.VisibleListener()
|
Method Summary | |
---|---|
void |
dockableVisibiltySet(DockStation station,
Dockable dockable,
boolean visible)
Invoked if the visibility of a child has been changed. |
Methods inherited from class bibliothek.gui.dock.event.DockStationAdapter |
---|
dockableAdded, dockableAdding, dockableRemoved, dockableRemoving |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean visible
Constructor Detail |
---|
private FlapDockStation.VisibleListener()
Method Detail |
---|
public void dockableVisibiltySet(DockStation station, Dockable dockable, boolean visible)
DockStationListener
DockableVisibilityManager
to organize the calls in an easy way.
dockableVisibiltySet
in interface DockStationListener
dockableVisibiltySet
in class DockStationAdapter
station
- the station whose children have changed their visibilitydockable
- the Dockable
whose visibility has changedvisible
- the new visibility-state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |