lapisx.swing
Class ExtendedAction
java.lang.Object
lapisx.swing.ExtendedAction
- All Implemented Interfaces:
- Action, ActionListener, EventListener
- Direct Known Subclasses:
- EditAction.BeginAction, EditAction.DefaultKeyTypedAction, EditAction.DeleteCharAction, EditAction.DownAction, EditAction.EndAction, EditAction.PageDownAction, EditAction.PageUpAction, EditAction.SelectAllAction, EditAction.UpAction
- public class ExtendedAction
- extends Object
- implements Action
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedAction
public ExtendedAction(Action delegate)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface Action
getValue
public Object getValue(String name)
- Specified by:
getValue
in interface Action
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Action
putValue
public void putValue(String name,
Object value)
- Specified by:
putValue
in interface Action
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface Action
setEnabled
public void setEnabled(boolean f)
- Specified by:
setEnabled
in interface Action
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener