|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockStationListener
This listener is added to a DockStation
. It receives events on adding
or removing children of the station, or if the visibility of a child has
changed.
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. |
Method Detail |
---|
void dockableAdding(DockStation station, Dockable dockable)
dockable
is added to station
.
station
- the station where the new child will be addeddockable
- the new childvoid dockableRemoving(DockStation station, Dockable dockable)
dockable
is removed from station
.
station
- the station where the old child will be removeddockable
- the old childvoid dockableAdded(DockStation station, Dockable dockable)
dockable
has been added to station
.
station
- the station where the new child was addeddockable
- the new childvoid dockableRemoved(DockStation station, Dockable dockable)
dockable
has been removed from
station
.
station
- the station where the old child was removeddockable
- the old childvoid dockableVisibiltySet(DockStation station, Dockable dockable, boolean visible)
DockableVisibilityManager
to organize the calls in an easy way.
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 |