|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.control.focus.AbstractMouseFocusObserver
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.focus.AbstractMouseFocusObserver |
---|
check, check, check, check, check, getController, getDockable, handleVeto, interact |
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()
AbstractMouseFocusObserver
kill
in interface MouseFocusObserver
kill
in class AbstractMouseFocusObserver
protected java.awt.event.AWTEventListener createListener()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |