public interface StandardDockActionListener
StandardDockAction
. It receives events whenever
the look of the StandardDockAction
changes.Modifier and Type | Method and Description |
---|---|
void |
actionEnabledChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the enabled-state of a
StandardDockAction has been changed. |
void |
actionIconChanged(StandardDockAction action,
ActionContentModifier modifier,
Set<Dockable> dockables)
Invoked when the icon of a
StandardDockAction has been changed. |
void |
actionRepresentativeChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the representative-property of a
StandardDockAction has been changed. |
void |
actionTextChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the text of a
StandardDockAction has been changed. |
void |
actionTooltipTextChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the tooltip of a
StandardDockAction has been changed. |
void actionTextChanged(StandardDockAction action, Set<Dockable> dockables)
StandardDockAction
has been changed.action
- The action whose text is changeddockables
- The Dockables
for which the text
was changedStandardDockAction.getText(Dockable)
void actionTooltipTextChanged(StandardDockAction action, Set<Dockable> dockables)
StandardDockAction
has been changed.action
- The action whose tooltip is changeddockables
- The Dockables
for which the tooltip
was changedStandardDockAction.getTooltipText(Dockable)
void actionIconChanged(StandardDockAction action, ActionContentModifier modifier, Set<Dockable> dockables)
StandardDockAction
has been changed.action
- The action whose icon is changedmodifier
- the context in which the icon is used, can be null
to indicate that all icons changeddockables
- The Dockables
for which the icon
was changedStandardDockAction.getIcon(Dockable, ActionContentModifier)
void actionEnabledChanged(StandardDockAction action, Set<Dockable> dockables)
StandardDockAction
has been changed.action
- The action whose state is changeddockables
- The Dockables
for which the state
was changedStandardDockAction.isEnabled(Dockable)
void actionRepresentativeChanged(StandardDockAction action, Set<Dockable> dockables)
StandardDockAction
has been changed.action
- the action whose property changeddockables
- all the affected Dockable
s.