public class TLcdSWAction
extends javax.swing.AbstractAction
implements javax.swing.Action
ILcdAction
into a javax.swing.Action.Constructor and Description |
---|
TLcdSWAction(ILcdAction aILcdAction) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.Object |
getValue(java.lang.String key) |
boolean |
isEnabled() |
void |
putValue(java.lang.String key,
java.lang.Object newValue) |
void |
setEnabled(boolean newValue) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListener
public TLcdSWAction(ILcdAction aILcdAction)
public java.lang.Object getValue(java.lang.String key)
getValue
in interface javax.swing.Action
getValue
in class javax.swing.AbstractAction
public void putValue(java.lang.String key, java.lang.Object newValue)
putValue
in interface javax.swing.Action
putValue
in class javax.swing.AbstractAction
public boolean isEnabled()
isEnabled
in interface javax.swing.Action
isEnabled
in class javax.swing.AbstractAction
public void setEnabled(boolean newValue)
setEnabled
in interface javax.swing.Action
setEnabled
in class javax.swing.AbstractAction
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener