lapisx.swing
Class MaskedAction
java.lang.Object
lapisx.swing.MaskedAction
- All Implemented Interfaces:
- Action, ActionListener, EventListener, PropertyChangeListener
- public class MaskedAction
- extends Object
- implements Action, PropertyChangeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaskedAction
public MaskedAction(String masked,
Action action)
getValue
public Object getValue(String name)
- Specified by:
getValue in interface Action
putValue
public void putValue(String name,
Object obj)
- Specified by:
putValue in interface Action
setEnabled
public void setEnabled(boolean f)
- Specified by:
setEnabled in interface Action
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface Action
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange in interface PropertyChangeListener
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface Action
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface Action
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed in interface ActionListener