|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.event.DockControllerAdapter
bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer.Listener
private class BubbleDisplayer.Listener
A listener to the controller, reacting when the focused Dockable
has changed.
Constructor Summary | |
---|---|
private |
BubbleDisplayer.Listener()
|
Method Summary | |
---|---|
void |
dockableFocused(DockController controller,
Dockable dockable)
Invoked when dockable has gained the focus. |
Methods inherited from class bibliothek.gui.dock.event.DockControllerAdapter |
---|
dockableDrag, dockablePut, dockableRegistered, dockableRegistering, dockableUnregistered, dockStationRegistered, dockStationRegistering, dockStationUnregistered, titleBinded, titleUnbinded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private BubbleDisplayer.Listener()
Method Detail |
---|
public void dockableFocused(DockController controller, Dockable dockable)
DockControllerListener
dockable
has gained the focus.
dockableFocused
in interface DockControllerListener
dockableFocused
in class DockControllerAdapter
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 |