Uses of Class
bibliothek.gui.dock.control.MouseFocusObserver

Packages that use MouseFocusObserver
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
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()
          Gets the current focus-controller
 

Uses of MouseFocusObserver in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type MouseFocusObserver
 FocusVetoListener.FocusVeto ControlVetoFocusListener.vetoFocus(MouseFocusObserver controller, Dockable dockable)
           
 FocusVetoListener.FocusVeto ControlVetoFocusListener.vetoFocus(MouseFocusObserver controller, DockTitle title)
           
 

Uses of MouseFocusObserver in bibliothek.gui.dock.control
 

Subclasses of MouseFocusObserver in bibliothek.gui.dock.control
 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 the focus-controller of the controller.
 

Uses of MouseFocusObserver in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type MouseFocusObserver
 FocusVetoListener.FocusVeto FocusVetoListener.vetoFocus(MouseFocusObserver controller, Dockable dockable)
          Invoked when the focus should change because the user did something with dockable.
 FocusVetoListener.FocusVeto FocusVetoListener.vetoFocus(MouseFocusObserver controller, DockTitle title)
          Invoked when the focus should change because the user did something with title.
 

Uses of MouseFocusObserver in bibliothek.gui.dock.security
 

Subclasses of MouseFocusObserver in bibliothek.gui.dock.security
 class SecureMouseFocusObserver
          A FocusController which relies on GlassedPanes.
 

Methods in bibliothek.gui.dock.security that return MouseFocusObserver
 MouseFocusObserver SecureDockControllerFactory.createMouseFocusObserver(DockController controller, ControllerSetupCollection setup)