Uses of Interface
bibliothek.gui.dock.action.StandardDockAction

Packages that use StandardDockAction
bibliothek.gui   
bibliothek.gui.dock.action   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.event   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.menu   
 

Uses of StandardDockAction in bibliothek.gui
 

Classes in bibliothek.gui that implement StandardDockAction
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

Uses of StandardDockAction in bibliothek.gui.dock.action
 

Subinterfaces of StandardDockAction in bibliothek.gui.dock.action
 interface ButtonDockAction
          An action that can be pressed like a button.
 interface DropDownAction
          A DockAction that consists of other actions.
 interface MenuDockAction
          Represents a menu.
 interface SelectableDockAction
          An action which has two states "selected" and "not selected".
 interface StandardDropDownItemAction
          A compination of a DropDownItemAction and a StandardDockAction.
 

Uses of StandardDockAction in bibliothek.gui.dock.action.actions
 

Classes in bibliothek.gui.dock.action.actions that implement StandardDockAction
 class AbstractStandardDockAction
          An abstract implementation of the DockAction-interface.
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class GroupedDockAction<K,D extends SimpleDockAction>
          A DockAction which classifies its Dockables in groups.
 class GroupedDropDownItemAction<K,D extends SimpleDropDownItemAction>
          An action that can be shown as child of a DropDownAction.
 class GroupedSelectableDockAction<K>
          An action that can change between selected and not selected.
static class GroupedSelectableDockAction.Check<K>
          An action intended to use as type ActionType.CHECK
static class GroupedSelectableDockAction.Radio<K>
          An action intended to use as type ActionType.RADIO
 class SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
 class SimpleDockAction
          A simple implementation of DockAction.
 class SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
 class SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 class SimpleMenuAction
          An action that provides a menu which contains other actions.
 class SimpleSelectableAction
          A DockAction that has a state selected.
static class SimpleSelectableAction.Check
          A SimpleSelectableAction that is visualized as a ActionType.CHECK.
static class SimpleSelectableAction.Radio
          A SimpleSelectableAction that is visualized as a ActionType.RADIO.
 

Uses of StandardDockAction in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type StandardDockAction
 void StandardDockActionListener.actionDisabledIconChanged(StandardDockAction action, Set<Dockable> dockables)
          Invoked when the disabled icon of a StandardDockAction has been changed.
 void StandardDockActionListener.actionEnabledChanged(StandardDockAction action, Set<Dockable> dockables)
          Invoked when the enabled-state of a StandardDockAction has been changed.
 void StandardDockActionListener.actionIconChanged(StandardDockAction action, Set<Dockable> dockables)
          Invoked when the icon of a StandardDockAction has been changed.
 void StandardDockActionListener.actionTextChanged(StandardDockAction action, Set<Dockable> dockables)
          Invoked when the text of a StandardDockAction has been changed.
 void StandardDockActionListener.actionTooltipTextChanged(StandardDockAction action, Set<Dockable> dockables)
          Invoked when the tooltip of a StandardDockAction has been changed.
 

Uses of StandardDockAction in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement StandardDockAction
 class FlapDockDirection
          This DockAction is used as an action of a FlapDockStation.
 class FlapDockHoldToggle
          This DockAction is shown together with the children of a FlapDockStation, and allows to "stick" a Dockable.
 

Uses of StandardDockAction in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement StandardDockAction
 class SplitFullScreenAction
          This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.
 

Uses of StandardDockAction in bibliothek.gui.dock.themes.basic.action
 

Classes in bibliothek.gui.dock.themes.basic.action with type parameters of type StandardDockAction
 class BasicHandler<D extends StandardDockAction>
          A class connecting a DockAction with a BasicButtonModel.
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type StandardDockAction
 void BasicHandler.Listener.actionDisabledIconChanged(StandardDockAction action, Set<Dockable> dockables)
           
 void BasicHandler.Listener.actionEnabledChanged(StandardDockAction action, Set<Dockable> dockables)
           
 void BasicHandler.Listener.actionIconChanged(StandardDockAction action, Set<Dockable> dockables)
           
 void BasicHandler.Listener.actionTextChanged(StandardDockAction action, Set<Dockable> dockables)
           
 void BasicHandler.Listener.actionTooltipTextChanged(StandardDockAction action, Set<Dockable> dockables)
           
 

Uses of StandardDockAction in bibliothek.gui.dock.themes.basic.action.menu
 

Classes in bibliothek.gui.dock.themes.basic.action.menu with type parameters of type StandardDockAction
 class AbstractMenuHandler<I extends JMenuItem,D extends StandardDockAction>
          A handler that connects a JMenuItem with a DockAction.
 

Fields in bibliothek.gui.dock.themes.basic.action.menu declared as StandardDockAction
protected  D AbstractMenuHandler.action
          the action shown by the item of this handler, may be null