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, enabled
Fields 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:
getValue
in interfaceAction
- Overrides:
getValue
in classAbstractAction
-
putValue
- Specified by:
putValue
in interfaceAction
- Overrides:
putValue
in classAbstractAction
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabled
in interfaceAction
- Overrides:
setEnabled
in classAbstractAction
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceAction
- Overrides:
isEnabled
in classAbstractAction
-
actionPerformed
-