Uses of Class
bibliothek.gui.dock.action.ActionContentModifier

Packages that use ActionContentModifier
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.action.dropdown Elements needed to design the communication between a DropDownAction and its children. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
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. 
 

Uses of ActionContentModifier in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action declared as ActionContentModifier
static ActionContentModifier ActionContentModifier.DISABLED
          the action is disabled.
static ActionContentModifier ActionContentModifier.DISABLED_HORIZONTAL
          the action is disabled, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.DISABLED_HOVER
          the action is disabled and the mouse is hovering over the action.
static ActionContentModifier ActionContentModifier.DISABLED_HOVER_HORIZONTAL
          the action is disabled and the mouse is hovering over the action, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.DISABLED_HOVER_VERTICAL
          the action is disabled and the mouse is hovering over the action, the action is guaranteed to be shown vertically
static ActionContentModifier ActionContentModifier.DISABLED_PRESSED
          the action is disabled and the mouse is pressed over the action.
static ActionContentModifier ActionContentModifier.DISABLED_PRESSED_HORIZONTAL
          the action is disabled and the mouse is pressed over the action, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.DISABLED_PRESSED_VERTICAL
          the action is disabled and the mouse is pressed over the action, the action is guaranteed to be shown vertically
static ActionContentModifier ActionContentModifier.DISABLED_VERTICAL
          the action is disabled, the action is guaranteed to be shown vertically
static ActionContentModifier ActionContentModifier.NONE
          no modifier at all.
static ActionContentModifier ActionContentModifier.NONE_HORIZONTAL
          no modifier at all, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.NONE_HOVER
          the mouse is somehow hovering over the action.
static ActionContentModifier ActionContentModifier.NONE_HOVER_HORIZONTAL
          the mouse is somehow hovering over the action, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.NONE_HOVER_VERTICAL
          the mouse is somehow hovering over the action, the action is guaranteed to be shown vertically
static ActionContentModifier ActionContentModifier.NONE_PRESSED
          the mouse was pressed over the action.
static ActionContentModifier ActionContentModifier.NONE_PRESSED_HORIZONTAL
          the mouse was pressed over the action, the action is guaranteed to be shown horizontally
static ActionContentModifier ActionContentModifier.NONE_PRESSED_VERTICAL
          the mouse was pressed over the action, the action is guaranteed to be shown vertically
static ActionContentModifier ActionContentModifier.NONE_VERTICAL
          no modifier at all, the action is guaranteed to be shown vertically
 

Methods in bibliothek.gui.dock.action that return ActionContentModifier
 ActionContentModifier ActionContentModifier.getBackup()
          Gets the modifier which should be used if this is not available.
 ActionContentModifier[] StandardDockAction.getIconContexts(Dockable dockable)
          Gets all the ActionContentModifiers for which StandardDockAction.getIcon(Dockable, ActionContentModifier) would return a value other than null.
 

Methods in bibliothek.gui.dock.action with parameters of type ActionContentModifier
 Icon StandardDockAction.getIcon(Dockable dockable, ActionContentModifier modifier)
          Gets the Icon of this DockAction, when this DockAction is shown together with dockable.
 

Constructors in bibliothek.gui.dock.action with parameters of type ActionContentModifier
ActionContentModifier(String id, boolean enabled, ActionContentModifier backup)
          Creates a new modifier.
ActionContentModifier(String id, boolean enabled, boolean horizontal, boolean vertical, ActionContentModifier backup)
          Creates a new modifier.
 

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

Methods in bibliothek.gui.dock.action.actions that return ActionContentModifier
 ActionContentModifier[] GroupedDockAction.getIconContexts(Dockable dockable)
           
 ActionContentModifier[] SimpleDockAction.getIconContexts(Dockable dockable)
           
 ActionContentModifier[] SimpleSelectableAction.getIconContexts(Dockable dockable)
           
 

Methods in bibliothek.gui.dock.action.actions with parameters of type ActionContentModifier
protected  void AbstractStandardDockAction.fireActionIconChanged(ActionContentModifier modifier, Set<Dockable> dockables)
          Invokes the actionIconChanged- method of all currently registered StandardDockActionListener
 Icon SharingStandardDockAction.getIcon(ActionContentModifier modifier)
          Gets the icon that is used if the conditions of modifier are met.
 Icon SimpleDockAction.getIcon(ActionContentModifier modifier)
          Gets the icon which is shown if the conditions of modifier are met.
 Icon GroupedDockAction.getIcon(Dockable dockable, ActionContentModifier modifier)
           
 Icon SimpleDockAction.getIcon(Dockable dockable, ActionContentModifier modifier)
           
 Icon SimpleSelectableAction.getIcon(Dockable dockable, ActionContentModifier modifier)
           
 Icon GroupedDockAction.getIcon(Object key, ActionContentModifier modifier)
          Gets the icon of the group named key.
 Icon SharingSelectableDockAction.getSelectedIcon(ActionContentModifier modifier)
          Gets the icon that is shown when this action is selected.
 Icon SimpleSelectableAction.getSelectedIcon(ActionContentModifier modifier)
           
 void SharingStandardDockAction.setIcon(ActionContentModifier modifier, Icon icon)
          Sets the icon which is to be used if the conditions of modifier are met.
 void SimpleDockAction.setIcon(ActionContentModifier modifier, Icon icon)
          Sets the icon that is to be used when the conditions of modifier are met.
 void GroupedDockAction.setIcon(K key, ActionContentModifier modifier, Icon icon)
          Sets the icon of the group named key.
 void SharingSelectableDockAction.setSelectedIcon(ActionContentModifier modifier, Icon selectedIcon)
          Sets the icon that will be shown, when this action is selected.
 void SimpleSelectableAction.setSelectedIcon(ActionContentModifier modifier, Icon selectedIcon)
           
 

Uses of ActionContentModifier in bibliothek.gui.dock.action.dropdown
 

Fields in bibliothek.gui.dock.action.dropdown with type parameters of type ActionContentModifier
protected  Map<ActionContentModifier,Icon> AbstractDropDownFilter.icons
          the icons provided by the selected element
 

Methods in bibliothek.gui.dock.action.dropdown that return ActionContentModifier
 ActionContentModifier[] DefaultDropDownFilter.getIconContexts()
           
 ActionContentModifier[] DropDownView.getIconContexts()
          Gets the ActionContentModifiers for which DropDownView.setIcon(ActionContentModifier, Icon) was called with a value other than null.
 

Methods in bibliothek.gui.dock.action.dropdown with parameters of type ActionContentModifier
protected  Icon AbstractDropDownFilter.getIcon(ActionContentModifier modifier)
          Gets the icon which was stored using AbstractDropDownFilter.setIcon(ActionContentModifier, Icon).
 void AbstractDropDownFilter.setIcon(ActionContentModifier modifier, Icon icon)
           
 void DropDownView.setIcon(ActionContentModifier modifier, Icon icon)
          Sets the icon of the button.
 

Uses of ActionContentModifier in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type ActionContentModifier
 void StandardDockActionListener.actionIconChanged(StandardDockAction action, ActionContentModifier modifier, Set<Dockable> dockables)
          Invoked when the icon of a StandardDockAction has been changed.
 

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

Methods in bibliothek.gui.dock.themes.basic.action that return ActionContentModifier
 ActionContentModifier[] BasicButtonModel.getIconContexts()
          Gets all the ActionContentModifiers for which an icon is set.
 ActionContentModifier[] BasicDropDownButtonHandler.SelectionView.getIconContexts()
           
 ActionContentModifier[] BasicDropDownButtonHandler.ButtonView.getIconContexts()
           
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type ActionContentModifier
 void BasicHandler.Listener.actionIconChanged(StandardDockAction action, ActionContentModifier modifier, Set<Dockable> dockables)
           
 void BasicButtonModelAdapter.iconChanged(BasicButtonModel model, ActionContentModifier modifier, Icon oldIcon, Icon icon)
           
 void BasicButtonModelListener.iconChanged(BasicButtonModel model, ActionContentModifier modifier, Icon oldIcon, Icon icon)
          Called if an icon of model changed.
 void BasicButtonModel.setIcon(ActionContentModifier modifier, Icon icon)
          Sets the icon which is normally shown on the view.
 void BasicDropDownButtonHandler.SelectionView.setIcon(ActionContentModifier modifier, Icon icon)
           
 void BasicDropDownButtonHandler.ButtonView.setIcon(ActionContentModifier modifier, Icon icon)