|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.control.FocusController.StationListener
private class FocusController.StationListener
A listener observing all stations and changing the focused Dockable
when necessary.
Constructor Summary | |
---|---|
private |
FocusController.StationListener()
|
Method Summary | |
---|---|
void |
dockableAdded(DockStation station,
Dockable dockable)
Invoked after dockable has been added to station . |
void |
dockableAdding(DockStation station,
Dockable dockable)
Invoked before dockable is added to station . |
void |
dockableRemoved(DockStation station,
Dockable dockable)
Invoked after dockable has been removed from
station . |
void |
dockableRemoving(DockStation station,
Dockable dockable)
Invoked before dockable is removed from station . |
void |
dockableVisibiltySet(DockStation station,
Dockable dockable,
boolean visible)
Invoked if the visibility of a child has been changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private FocusController.StationListener()
Method Detail |
---|
public void dockableAdded(DockStation station, Dockable dockable)
DockStationListener
dockable
has been added to station
.
dockableAdded
in interface DockStationListener
station
- the station where the new child was addeddockable
- the new childpublic void dockableVisibiltySet(DockStation station, Dockable dockable, boolean visible)
DockStationListener
DockableVisibilityManager
to organize the calls in an easy way.
dockableVisibiltySet
in interface DockStationListener
station
- the station whose children have changed their visibilitydockable
- the Dockable
whose visibility has changedvisible
- the new visibility-statepublic void dockableAdding(DockStation station, Dockable dockable)
DockStationListener
dockable
is added to station
.
dockableAdding
in interface DockStationListener
station
- the station where the new child will be addeddockable
- the new childpublic void dockableRemoved(DockStation station, Dockable dockable)
DockStationListener
dockable
has been removed from
station
.
dockableRemoved
in interface DockStationListener
station
- the station where the old child was removeddockable
- the old childpublic void dockableRemoving(DockStation station, Dockable dockable)
DockStationListener
dockable
is removed from station
.
dockableRemoving
in interface DockStationListener
station
- the station where the old child will be removeddockable
- the old child
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |