|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockActionAdapter
public abstract class DockActionAdapter
An abstract implementation of StandardDockActionListener. All methods
of this class are empty. The class can be used instead of StandardDockActionListener,
when only a few selected methods have to be implemented.
| Constructor Summary | |
|---|---|
DockActionAdapter()
|
|
| Method Summary | |
|---|---|
void |
actionDisabledIconChanged(StandardDockAction action,
Set<Dockable> dockables)
|
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)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.event.StandardDockActionListener |
|---|
actionIconChanged |
| Constructor Detail |
|---|
public DockActionAdapter()
| Method Detail |
|---|
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)
public void actionDisabledIconChanged(StandardDockAction action,
Set<Dockable> dockables)
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)
public void actionRepresentativeChanged(StandardDockAction action,
Set<Dockable> dockables)
StandardDockActionListenerStandardDockAction has been changed.
actionRepresentativeChanged in interface StandardDockActionListeneraction - the action whose property changeddockables - all the affected Dockables.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||