|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.control.MouseFocusObserver
bibliothek.gui.dock.control.DefaultMouseFocusObserver
public class DefaultMouseFocusObserver
A focus controller which adds an AWTEventListener
to the
Toolkit
to receive events which may change the focus.
Constructor Summary | |
---|---|
DefaultMouseFocusObserver(DockController controller,
ControllerSetupCollection setup)
Creates a new focus controller |
Method Summary | |
---|---|
protected java.awt.event.AWTEventListener |
createListener()
Creates a listener which will receive mouse-events. |
void |
kill()
Stops this FocusController. |
Methods inherited from class bibliothek.gui.dock.control.MouseFocusObserver |
---|
addVetoListener, cancel, check, check, check, drag, drop, fireVetoDockable, fireVetoTitle, getController, getDockable, handleVeto, init, interact, removeVetoListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMouseFocusObserver(DockController controller, ControllerSetupCollection setup)
controller
- the owner of this controllersetup
- an observer that informs this object when controller
is set up.Method Detail |
---|
public void kill()
MouseFocusObserver
kill
in class MouseFocusObserver
protected java.awt.event.AWTEventListener createListener()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |