public interface MouseFocusObserver
MouseFocusObserver
tracks the movement and actions of the mouse and is responsible for
transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean)
at an appropriate time.Modifier and Type | Method and Description |
---|---|
DockController |
getController()
Gets the
DockController whose Dockable s are tracked by this observer. |
void |
kill()
Stops this FocusController.
|
DockController getController()
DockController
whose Dockable
s are tracked by this observer.@FrameworkOnly void kill()