com.japisoft.framework.dialog.actions
Class DialogActionProxy
java.lang.Object
javax.swing.AbstractAction
com.japisoft.framework.dialog.actions.AbstractDialogAction
com.japisoft.framework.dialog.actions.DialogActionProxy
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, DialogAction, java.util.EventListener, java.io.Serializable
- public class DialogActionProxy
- extends AbstractDialogAction
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Methods inherited from class javax.swing.AbstractAction |
clone, firePropertyChange, getKeys, getPropertyChangeListeners |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
public DialogAction delegate
DialogActionProxy
public DialogActionProxy(DialogAction action,
DialogComponent target)
putValue
public void putValue(java.lang.String key,
java.lang.Object newValue)
getValue
public java.lang.Object getValue(java.lang.String key)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener- Overrides:
actionPerformed in class AbstractDialogAction
setEnabled
public void setEnabled(boolean b)
isEnabled
public boolean isEnabled()