|
||||||||||
| 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
@Todo(compatibility=COMPATIBLE,
priority=MAJOR,
target=VERSION_1_1_1,
description="Some kind of strategy to decide which child Component of a Dockable should be focused")
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 |
|---|
cancel, check, check, check, check, check, drag, drop, getController, getDockable, handleVeto, init, 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 MouseFocusObserverkill in class AbstractMouseFocusObserverprotected java.awt.event.AWTEventListener createListener()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||