lapisx.swing
Class ExtendedAction

java.lang.Object
  extended bylapisx.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


Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ExtendedAction(Action delegate)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 Object getValue(String name)
           
 boolean isEnabled()
           
 void putValue(String name, Object value)
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void setEnabled(boolean f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedAction

public ExtendedAction(Action delegate)
Method Detail

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