Uses of Package
bibliothek.gui.dock.action

Packages that use bibliothek.gui.dock.action
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes. 
bibliothek.gui.dock.action.dropdown Elements needed to design the communication between a DropDownAction and its children. 
bibliothek.gui.dock.action.popup   
bibliothek.gui.dock.action.view Classes to create a views for DockActions. 
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.flap.button   
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.themes.basic.action.dropdown Handlers taking various kinds of DockAction and presenting them as DropDownViewItem in order to display them as children of a DropDownAction 
bibliothek.gui.dock.themes.basic.action.menu Handlers taking various kinds of DockAction and presenting them as MenuViewItem in order to display the actions in a menu. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Classes in bibliothek.gui.dock.action used by bibliothek.extension.gui.dock.theme.bubble
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.extension.gui.dock.theme.eclipse
AbstractDockActionSource
          A simple implementation of DockActionSource that just handles the listeners for sources.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
FilteredDockActionSource
          A DockActionSource which shows a selection of DockActions fetched from another DockActionSource
 

Classes in bibliothek.gui.dock.action used by bibliothek.extension.gui.dock.theme.eclipse.stack.tab
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui
ActionGuard
          An ActionGuard is added to a DockController, and whenever the actions of a Dockable have to be determined, all known ActionGuards are asked, if they may add some additional actions.
ActionOffer
          An ActionOffer creates a DockActionSource for a Dockable.
ActionPopupSuppressor
          Suppresses a popup to show
ButtonDockAction
          An action that can be pressed like a button.
DefaultDockActionSource
          The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock
DefaultDockActionSource
          The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time.
DockActionSource
          A list of DockActions which may change its size at any time.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.action
AbstractDockActionSource
          A simple implementation of DockActionSource that just handles the listeners for sources.
ActionGuard
          An ActionGuard is added to a DockController, and whenever the actions of a Dockable have to be determined, all known ActionGuards are asked, if they may add some additional actions.
ActionOffer
          An ActionOffer creates a DockActionSource for a Dockable.
ActionPopupSuppressor
          Suppresses a popup to show
ActionType
          The ActionType manly defines, how a DockAction is to be used.
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
DropDownAction
          A DockAction that consists of other actions.
LocationHint
          A LocationHint gives information about the preferred location of a DockActionSource in respect to other sources.
LocationHint.Enumeration
          Base-class for Enumerations (sets of uniquely identified objects).
LocationHint.Hint
          Describes the preferred location of a LocationHint
LocationHint.Origin
          Describes who created a LocationHint
MenuDockAction
          Represents a menu.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
TypedActionGuard
          This ActionGuard reacts only on Dockables with a given type.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.action.actions
ActionType
          The ActionType manly defines, how a DockAction is to be used.
ButtonDockAction
          An action that can be pressed like a button.
DefaultDockActionSource
          The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
DropDownAction
          A DockAction that consists of other actions.
MenuDockAction
          Represents a menu.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.action.dropdown
DropDownAction
          A DockAction that consists of other actions.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.action.popup
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.action.view
ActionType
          The ActionType manly defines, how a DockAction is to be used.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.common.action
ActionType
          The ActionType manly defines, how a DockAction is to be used.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.common.intern
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.common.intern.action
AbstractDockActionSource
          A simple implementation of DockActionSource that just handles the listeners for sources.
ActionOffer
          An ActionOffer creates a DockActionSource for a Dockable.
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
LocationHint
          A LocationHint gives information about the preferred location of a DockActionSource in respect to other sources.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.common.intern.station
DockActionSource
          A list of DockActions which may change its size at any time.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.common.mode
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.control
ActionOffer
          An ActionOffer creates a DockActionSource for a Dockable.
ActionPopupSuppressor
          Suppresses a popup to show
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.dockable
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.event
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
DropDownAction
          A DockAction that consists of other actions.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.facile.action
AbstractDockActionSource
          A simple implementation of DockActionSource that just handles the listeners for sources.
ActionGuard
          An ActionGuard is added to a DockController, and whenever the actions of a Dockable have to be determined, all known ActionGuards are asked, if they may add some additional actions.
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
LocationHint
          A LocationHint gives information about the preferred location of a DockActionSource in respect to other sources.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.facile.mode
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.facile.mode.action
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station.flap
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
MenuDockAction
          Represents a menu.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station.flap.button
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station.screen
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station.split
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
ListeningDockAction
          An action that should receive an event when the DockController of the structure using this action changes.
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.station.stack
ActionPopup
          A mouse-listener that may be added to any component.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.support.mode
AbstractDockActionSource
          A simple implementation of DockActionSource that just handles the listeners for sources.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
LocationHint
          A LocationHint gives information about the preferred location of a DockActionSource in respect to other sources.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.basic
ActionPopup
          A mouse-listener that may be added to any component.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.basic.action
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DropDownAction
          A DockAction that consists of other actions.
MenuDockAction
          Represents a menu.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.basic.action.buttons
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.basic.action.dropdown
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.basic.action.menu
ButtonDockAction
          An action that can be pressed like a button.
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.
DropDownAction
          A DockAction that consists of other actions.
MenuDockAction
          Represents a menu.
SelectableDockAction
          An action which has two states "selected" and "not selected".
StandardDockAction
          A StandardDockAction is an object that is shown as graphical interface (like a button) on some Components.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.themes.color
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
 

Classes in bibliothek.gui.dock.action used by bibliothek.gui.dock.title
DockAction
          A DockAction is an object that represents an action which can be triggered by the user.
DockActionSource
          A list of DockActions which may change its size at any time.