|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.basic.action.BasicHandler.Listener
protected class BasicHandler.Listener
A listener to the action of the enclosing handler. This listener forwards every change in the action to the model.
| Constructor Summary | |
|---|---|
protected |
BasicHandler.Listener()
|
| Method Summary | |
|---|---|
void |
actionDisabledIconChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the disabled icon of a StandardDockAction has been changed. |
void |
actionEnabledChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the enabled-state of a StandardDockAction has been changed. |
void |
actionIconChanged(StandardDockAction action,
Set<Dockable> dockables)
Invoked when the icon 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BasicHandler.Listener()
| Method Detail |
|---|
public void actionDisabledIconChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionDisabledIconChanged in interface StandardDockActionListeneraction - The action whose icon is changeddockables - The Dockables for which the icon
was changedStandardDockAction.getIcon(Dockable)
public void actionEnabledChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionEnabledChanged in interface StandardDockActionListeneraction - The action whose state is changeddockables - The Dockables for which the state
was changedStandardDockAction.isEnabled(Dockable)
public void actionIconChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionIconChanged in interface StandardDockActionListeneraction - The action whose icon is changeddockables - The Dockables for which the icon
was changedStandardDockAction.getIcon(Dockable)
public void actionTextChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionTextChanged in interface StandardDockActionListeneraction - The action whose text is changeddockables - The Dockables for which the text
was changedStandardDockAction.getText(Dockable)
public void actionTooltipTextChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionTooltipTextChanged in interface StandardDockActionListeneraction - The action whose tooltip is changeddockables - The Dockables for which the tooltip
was changedStandardDockAction.getTooltipText(Dockable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||