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

Packages that use FocusController
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.control.focus   
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
 

Uses of FocusController in bibliothek.gui
 

Methods in bibliothek.gui that return FocusController
 FocusController DockController.getFocusController()
          Gets the manager which is responsible for transfering focus between Dockables.
 

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

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

Uses of FocusController in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement FocusController
 class DefaultFocusController
          Default implementation of FocusController.
 

Methods in bibliothek.gui.dock.control that return FocusController
 FocusController DefaultDockControllerFactory.createFocusController(DockController controller, ControllerSetupCollection setup)
           
 FocusController DockControllerFactory.createFocusController(DockController controller, ControllerSetupCollection setup)
          Creates the focus-controller of controller
 

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

Classes in bibliothek.gui.dock.control.focus that implement FocusController
 class AbstractFocusController
          Abstract implementation of FocusController offering methods to handle the listeners.
 

Uses of FocusController in bibliothek.gui.dock.event
 

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