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   
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
 

Uses of MouseFocusObserver in bibliothek.gui
 

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

Uses of MouseFocusObserver in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement MouseFocusObserver
 class DefaultMouseFocusObserver
          A focus controller which adds an AWTEventListener to the Toolkit to receive events which may change the focus.
 

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 AbstractMouseFocusObserver
          This abstract implementation of a MouseFocusObserver offers methods to handle FocusVetoListeners and registers itself as DockRelocatorListener.
 

Uses of MouseFocusObserver in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement MouseFocusObserver
 class SecureMouseFocusObserver
          Deprecated. this class is no longer necessary, a DefaultMouseFocusObserver can already do everything this class does. Please do no longer use this class, it will be removed in a future release. Have a look at DockController.setRestrictedEnvironment(boolean).