Uses of Package
bibliothek.gui.dock.control

Packages that use bibliothek.gui.dock.control
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.editor A set of PreferenceEditors for types that are often used. 
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.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
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. 
 

Classes in bibliothek.gui.dock.control used by bibliothek.extension.gui.dock.preference
ModifierMask
          A ModifierMask represents a pattern that tells what modifier keys are currently pressed.
 

Classes in bibliothek.gui.dock.control used by bibliothek.extension.gui.dock.preference.editor
ModifierMask
          A ModifierMask represents a pattern that tells what modifier keys are currently pressed.
 

Classes in bibliothek.gui.dock.control 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 used by bibliothek.gui
ComponentHierarchyObserver
          A class collecting all Components which are somehow used on or with the Dockables in the realm of one DockController.
ControllerSetupCollection
          A collection of ControllerSetupListeners.
DockableSelector
          A DockableSelector is able to open a popup when the user hits a special combination of keys.
DockControllerFactory
          Contains various factory methods which are used during initialization of a DockController
DockRegister
          A set of all Dockables and DockStations currently used in the system.
DockRelocator
          A manager adding MouseListener and MouseMotionListener to every DockElementRepresentatives and handling the drag and drop events.
DoubleClickController
          Adds a MouseListener to all Dockables, DockTitles and other DockElementRepresentatives, informs the registered DoubleClickController.GlobalDoubleClickListeners whenever the user clicks twice on such an element.
KeyboardController
          An observer of all KeyEvents, forwarding them to registered listeners.
MouseFocusObserver
          A FocusController listens to all AWT-events.
SingleParentRemover
          An observer of a DockController.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.common.intern
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.common.intern.ui
SingleParentRemover
          An observer of a DockController.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.control
ControllerSetupCollection
          A collection of ControllerSetupListeners.
DirectRemoteRelocator
          A simplified version of RemoteRelocator.
DockableSelector
          A DockableSelector is able to open a popup when the user hits a special combination of keys.
DockControllerFactory
          Contains various factory methods which are used during initialization of a DockController
DockRegister
          A set of all Dockables and DockStations currently used in the system.
DockRelocator
          A manager adding MouseListener and MouseMotionListener to every DockElementRepresentatives and handling the drag and drop events.
DockRelocatorMode
          A DockRelocatorMode is used by a DockRelocator to change the behaviour of the drag and drop-operation depending what the user does with the mouse and the keyboard.
DoubleClickController
          Adds a MouseListener to all Dockables, DockTitles and other DockElementRepresentatives, informs the registered DoubleClickController.GlobalDoubleClickListeners whenever the user clicks twice on such an element.
KeyboardController
          An observer of all KeyEvents, forwarding them to registered listeners.
ModifierMask
          A ModifierMask represents a pattern that tells what modifier keys are currently pressed.
MouseFocusObserver
          A FocusController listens to all AWT-events.
PopupController
          Adds listeners to all DockElementRepresentatives.
RemoteRelocator
          A remote relocator can be used to perform a drag & drop operation of a Dockable without the need to know more than the Dockable.
RemoteRelocator.Reaction
          Tells a caller of a method whether the RemoteRelocator has finished the drag & drop operation or not.
SingleParentRemover
          An observer of a DockController.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.event
MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Classes in bibliothek.gui.dock.control used by bibliothek.gui.dock.security
ControllerSetupCollection
          A collection of ControllerSetupListeners.
DefaultDockControllerFactory
          A very simple implementation of DockControllerFactory, creating only the default-versions of every element.
DockControllerFactory
          Contains various factory methods which are used during initialization of a DockController
KeyboardController
          An observer of all KeyEvents, forwarding them to registered listeners.
MouseFocusObserver
          A FocusController listens to all AWT-events.