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

Packages that use FocusStrategy
bibliothek.gui.dock.control.focus The focus sub-system is responsible for transfering the focus to the currently active Dockable
 

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

Classes in bibliothek.gui.dock.control.focus that implement FocusStrategy
 class DefaultFocusStrategy
          The DefaultFocusStrategy keeps track of the last focused Component of any Dockable that is registered at a DockController.
 

Methods in bibliothek.gui.dock.control.focus that return FocusStrategy
 FocusStrategy AbstractFocusController.getStrategy()
           
 FocusStrategy FocusController.getStrategy()
          Gets the strategy that selects the Components to focus.
 

Methods in bibliothek.gui.dock.control.focus with parameters of type FocusStrategy
 void AbstractFocusController.setStrategy(FocusStrategy strategy)
           
 void FocusController.setStrategy(FocusStrategy strategy)
          Sets the strategy which will be used to focus components.