|
||||||||||
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.FlatTheme.Listener
private class FlatTheme.Listener
A listener to the Controller
Constructor Summary | |
---|---|
private |
FlatTheme.Listener()
|
Method Summary | |
---|---|
void |
dockableRegistered(DockController controller,
Dockable dockable)
Invoked after a Dockable was registered. |
Methods inherited from class bibliothek.gui.dock.event.DockControllerAdapter |
---|
dockableDrag, dockableFocused, dockablePut, 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 FlatTheme.Listener()
Method Detail |
---|
public void dockableRegistered(DockController controller, Dockable dockable)
DockRegisterListener
Dockable
was registered. Note that this method can
be called while a Dockable
is dragged. See the method
DockController
.isOnMove()
.
dockableRegistered
in interface DockRegisterListener
dockableRegistered
in class DockControllerAdapter
controller
- the controller where dockable
was addeddockable
- the Dockable
that was added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |