Uses of Interface
bibliothek.gui.dock.control.focus.MouseFocusObserver

Packages that use MouseFocusObserver
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.focus The focus sub-system is responsible for transfering the focus to the currently active Dockable
 

Uses of MouseFocusObserver in bibliothek.gui
 

Methods in bibliothek.gui that return MouseFocusObserver
 MouseFocusObserver DockController.getMouseFocusObserver()
          Gets the current focus manager that tracks the mouse.
 

Uses of MouseFocusObserver in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return MouseFocusObserver
 MouseFocusObserver DefaultDockControllerFactory.createMouseFocusObserver(DockController controller, ControllerSetupCollection setup)
           
 MouseFocusObserver DockControllerFactory.createMouseFocusObserver(DockController controller, ControllerSetupCollection setup)
          Creates an observer for MouseEvents that lead to focus changes
 

Uses of MouseFocusObserver in bibliothek.gui.dock.control.focus
 

Classes in bibliothek.gui.dock.control.focus that implement MouseFocusObserver
 class DefaultMouseFocusObserver
          This implementation of a MouseFocusObserver offers methods to handle FocusVetoListeners and registers a VetoableDockRelocatorListener.