Uses of Package
bibliothek.gui.dock.action.actions

Packages that use bibliothek.gui.dock.action.actions
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
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.action.core A set of DockActions that also implement CommonDockAction
bibliothek.gui.dock.common.action.predefined A set of more complex actions that can be directly used. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
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.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.extension.gui.dock.theme.bubble
SeparatorAction
          A separator represents a space between actions.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.action
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SeparatorAction
          A separator represents a space between actions.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingSelectableDockAction
          A SelectableDockAction whose properties are shared among all Dockables, clients can modify the properties.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
SimpleSelectableAction
          A DockAction that has a state selected.
SimpleSelectableAction.Check
          A SimpleSelectableAction that is visualized as a ActionType.CHECK.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.action.actions
AbstractSimpleDropDownAction
          A dropdown action based on one DockActionSource which has to be specified by a subclass.
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
GroupedDockAction
          A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction
          An action that can be shown as child of a DropDownAction.
GroupedSelectableDockAction
          An action that can change between selected and not selected.
GroupKeyGenerator
          A converter creating keys for Dockables.
SeparatorAction
          A separator represents a space between actions.
SharingDropDownDockAction
          A SharingDropDownDockAction is a DropDownAction whose properties are shared by all Dockables and whose properties can be set by the client.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingSelectableDockAction
          A SelectableDockAction whose properties are shared among all Dockables, clients can modify the properties.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
SimpleSelectableAction
          A DockAction that has a state selected.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.common.action
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.common.action.core
AbstractSimpleDropDownAction
          A dropdown action based on one DockActionSource which has to be specified by a subclass.
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SeparatorAction
          A separator represents a space between actions.
SharingDropDownDockAction
          A SharingDropDownDockAction is a DropDownAction whose properties are shared by all Dockables and whose properties can be set by the client.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingSelectableDockAction
          A SelectableDockAction whose properties are shared among all Dockables, clients can modify the properties.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
SimpleMenuAction
          An action that provides a menu which contains other actions.
SimpleSelectableAction
          A DockAction that has a state selected.
SimpleSelectableAction.Check
          A SimpleSelectableAction that is visualized as a ActionType.CHECK.
SimpleSelectableAction.Radio
          A SimpleSelectableAction that is visualized as a ActionType.RADIO.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.common.action.predefined
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.common.intern.action
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.facile.action
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
GroupedButtonDockAction
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
GroupedDockAction
          A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction
          An action that can be shown as child of a DropDownAction.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.facile.mode.action
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
SimpleDockAction
          A simple implementation of DockAction.
SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.station.flap
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
GroupedDockAction
          A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction
          An action that can be shown as child of a DropDownAction.
GroupedSelectableDockAction
          An action that can change between selected and not selected.
GroupedSelectableDockAction.Check
          An action intended to use as type ActionType.CHECK
SharingStandardDockAction
          A SharingStandardDockAction is a StandardDockAction whose properties are shared by all Dockables and whose properties can be modified by the client.
SimpleDockAction
          A simple implementation of DockAction.
SimpleMenuAction
          An action that provides a menu which contains other actions.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.station.screen
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
GroupedButtonDockAction
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
GroupedDockAction
          A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction
          An action that can be shown as child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.station.split
AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
GroupedButtonDockAction
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
GroupedDockAction
          A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction
          An action that can be shown as child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.actions used by bibliothek.gui.dock.themes.basic.action
SeparatorAction
          A separator represents a space between actions.