Uses of Package
bibliothek.gui.dock.control.focus

Packages that use bibliothek.gui.dock.control.focus
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
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 The focus sub-system is responsible for transfering the focus to the currently active Dockable
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.extension.gui.dock.theme.eclipse
FocusAwareComponent
          A Component implementing this interface tells the framework that it is aware of the existence of the MouseFocusObserver and that this Component prefers to request its focus independently.
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.gui
FocusController
          The FocusController is responsible for transfering focus between Dockables.
FocusHistory
          This interface tells the order in which the Dockables got the focus.
MouseFocusObserver
          A MouseFocusObserver tracks the movement and actions of the mouse and is responsible for transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean) at an appropriate time.
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.gui.dock.common.intern
FocusController
          The FocusController is responsible for transfering focus between Dockables.
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.gui.dock.control
AbstractFocusController
          Abstract implementation of FocusController offering methods to handle the listeners.
FocusController
          The FocusController is responsible for transfering focus between Dockables.
FocusHistory
          This interface tells the order in which the Dockables got the focus.
FocusRequest
          A FocusRequest can be sent to the FocusController in order for a Component to gain the focus.
MouseFocusObserver
          A MouseFocusObserver tracks the movement and actions of the mouse and is responsible for transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean) at an appropriate time.
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.gui.dock.control.focus
FocusController
          The FocusController is responsible for transfering focus between Dockables.
FocusHistory
          This interface tells the order in which the Dockables got the focus.
FocusRequest
          A FocusRequest can be sent to the FocusController in order for a Component to gain the focus.
FocusStrategy
          A FocusStrategy is used by a DockController to decide which Component to focus if a Dockable should receive the focus.
FocusStrategyRequest
          A question that is asked to a FocusStrategy.
MouseFocusObserver
          A MouseFocusObserver tracks the movement and actions of the mouse and is responsible for transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean) at an appropriate time.
 

Classes in bibliothek.gui.dock.control.focus used by bibliothek.gui.dock.event
FocusController
          The FocusController is responsible for transfering focus between Dockables.