|
||||||||||
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 |
titleBound(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was bound
to dockable . |
void |
titleUnbound(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was unbound
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 titleBound(DockController controller, DockTitle title, Dockable dockable)
title
was bound
to dockable
.
This method is called after the DockTitle.bind()
-method
was invoked.
controller
- the origin of the eventtitle
- the DockTitle
that was bounddockable
- the owner of title
void titleUnbound(DockController controller, DockTitle title, Dockable dockable)
title
was unbound
from dockable
.
This method is called after the DockTitle.bind()
-method
was invoked.
controller
- the origin of the eventtitle
- the DockTitle
which was unbounddockable
- 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 |