|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.event.DockControllerAdapter
bibliothek.gui.dock.station.FlapDockStation.ControllerListener
private class FlapDockStation.ControllerListener
Constructor Summary | |
---|---|
private |
FlapDockStation.ControllerListener()
|
Method Summary | |
---|---|
void |
dockableFocused(DockController controller,
Dockable dockable)
Invoked when dockable has gained the focus. |
boolean |
vetoFocus(MouseFocusObserver controller,
Dockable dockable)
Invoked when the focus should change because the user did something with dockable . |
boolean |
vetoFocus(MouseFocusObserver controller,
DockTitle title)
Invoked when the focus should change because the user did something with title . |
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 FlapDockStation.ControllerListener()
Method Detail |
---|
public boolean vetoFocus(MouseFocusObserver controller, Dockable dockable)
FocusVetoListener
dockable
.
vetoFocus
in interface FocusVetoListener
controller
- the controller who will change the focusdockable
- the Dockable
from which the focus-change was initialized
true
if the change should be canceled, false
if the focus can be changedpublic boolean vetoFocus(MouseFocusObserver controller, DockTitle title)
FocusVetoListener
title
.
vetoFocus
in interface FocusVetoListener
controller
- the controller who will change the focustitle
- the title from which the focus-change was initialized
true
if the change should be canceled, false
if the focus can be changedpublic 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 |