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

Packages that use FocusHistory
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 FocusHistory in bibliothek.gui
 

Methods in bibliothek.gui that return FocusHistory
 FocusHistory DockController.getFocusHistory()
          Gets the history of the focused Dockables.
 

Uses of FocusHistory in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return FocusHistory
 FocusHistory DefaultDockControllerFactory.createFocusHistory(DockController controller, ControllerSetupCollection setup)
           
 FocusHistory DockControllerFactory.createFocusHistory(DockController controller, ControllerSetupCollection setup)
          Creates the focus history of controller
 

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

Classes in bibliothek.gui.dock.control.focus that implement FocusHistory
 class DefaultFocusHistory
          The default implementation of FocusHistory adds listeners to a DockController to keep the history up to date.