Module net.anwiba.commons.swing
Class TableActionClosureAction<T>
java.lang.Object
javax.swing.AbstractAction
net.anwiba.commons.swing.action.AbstractCustomizedAction
net.anwiba.commons.swing.table.action.TableActionClosureAction<T>
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- See Also:
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionTableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure) -
Method Summary
Methods inherited from class net.anwiba.commons.swing.action.AbstractCustomizedAction
actionPerformedMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
TableActionClosureAction
public TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)
-
-
Method Details
-
execute
- Specified by:
executein classAbstractCustomizedAction
-