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 Dockables are tracked by this observer. |
void |
kill()
Stops this FocusController.
|
DockController getController()
DockController whose Dockables are tracked by this observer.@FrameworkOnly void kill()
Copyright © 2017 Docking Frames. All rights reserved.