|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockControllerListener
This listener is added to the DockController
. The listener receives
event when some Dockable
or DockStation
is added or removed
from the controller. The listener is also informed about changes of the
focus, about DockTitles
and their bindings, and which
Dockable
is moved.
Method Summary | |
---|---|
void |
dockableFocused(DockController controller,
Dockable dockable)
Invoked when dockable has gained the focus. |
void |
titleBinded(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was binded
to dockable . |
void |
titleUnbinded(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was unbinded
from dockable . |
Methods inherited from interface bibliothek.gui.dock.event.DockRegisterListener |
---|
dockableRegistered, dockableRegistering, dockableUnregistered, dockStationRegistered, dockStationRegistering, dockStationUnregistered |
Methods inherited from interface bibliothek.gui.dock.event.DockRelocatorListener |
---|
dockableDrag, dockablePut |
Method Detail |
---|
void titleBinded(DockController controller, DockTitle title, Dockable dockable)
title
was binded
to dockable
.
This method is called after the DockTitle.bind()
-method
was invoked.
controller
- the origin of the eventtitle
- the DockTitle
that was bindeddockable
- the owner of title
void titleUnbinded(DockController controller, DockTitle title, Dockable dockable)
title
was unbinded
from dockable
.
This method is called after the DockTitle.bind()
-method
was invoked.
controller
- the origin of the eventtitle
- the DockTitle
which was unbindeddockable
- the old owner of title
void dockableFocused(DockController controller, Dockable dockable)
dockable
has gained the focus.
controller
- the origin of the eventdockable
- the Dockable
which is now focused
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |