Module org.autogui
Package org.autogui.swing.table
Class ObjectTableColumnValue.ActionDelegate<TargetActionType extends Action>
java.lang.Object
javax.swing.AbstractAction
org.autogui.swing.table.ObjectTableColumnValue.ActionDelegate<TargetActionType>
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Direct Known Subclasses:
ObjectTableColumnValue.TableRowsRepeatAction,ObjectTableColumnValue.TableTargetExecutionAction,ObjectTableColumnValue.TableTargetInvocationAction,ObjectTableModel.TableTargetCellExecutionAction
- Enclosing class:
ObjectTableColumnValue
public static class ObjectTableColumnValue.ActionDelegate<TargetActionType extends Action>
extends AbstractAction
a base class for wrapping an action
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListener
-
Field Details
-
action
-
values
-
NULL
-
-
Constructor Details
-
ActionDelegate
-
-
Method Details
-
getAction
-
getValue
- Specified by:
getValuein interfaceAction- Overrides:
getValuein classAbstractAction
-
putValue
- Specified by:
putValuein interfaceAction- Overrides:
putValuein classAbstractAction
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabledin interfaceAction- Overrides:
setEnabledin classAbstractAction
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceAction- Overrides:
isEnabledin classAbstractAction
-
actionPerformed
-