Package bibliothek.gui.dock.action.actions

Interface Summary
GroupKeyGenerator<K> This class can create keys for Dockables.
 

Class Summary
AbstractStandardDockAction An abstract implementation of the DockAction-interface.
CloseAction This action shows an icon for "close".
GroupedButtonDockAction<K> A GroupedDockAction that provides the functionality of a ButtonDockAction.
GroupedDockAction<K,D extends SimpleDockAction> A DockAction which classifies its Dockables in groups.
GroupedDropDownItemAction<K,D extends SimpleDropDownItemAction> An action that can be shown as child of a DropDownAction.
GroupedSelectableDockAction<K> An action that can change between selected and not selected.
GroupedSelectableDockAction.Check<K> An action intended to use as type ActionType.CHECK
GroupedSelectableDockAction.Radio<K> An action intended to use as type ActionType.RADIO
RenameAction This DockAction can change the title-text of a Dockable.
RenameAction.RenameDefaultDockable An implementation of RenameAction that can handle DefaultDockables.
RenameAction.RenameFlapDockStation An implementation of RenameAction that can handle FlapDockStations.
RenameAction.RenameSplitDockStation An implementation of RenameAction that can handle SplitDockStations.
RenameAction.RenameStackDockStation An implementation of RenameAction that can handle StackDockStations.
RenameActionFactory A factory creating RenameActions for a DockController.
ReplaceAction A DockAction that can replace a DockStation by it's only child.
ReplaceActionGuard An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation.
SelectableDockActionGroup This class ensures that from a group of SelectableDockAction only one is selected.
SeparatorAction A separator represents a space between actions.
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.