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:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public final class TableActionClosureAction<T> extends AbstractCustomizedAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.awt.Component component, java.awt.event.ActionEvent event)-
Methods inherited from class net.anwiba.commons.swing.action.AbstractCustomizedAction
actionPerformed
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TableActionClosureAction
public TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)
-
-
Method Detail
-
execute
public void execute(java.awt.Component component, java.awt.event.ActionEvent event)- Specified by:
executein classAbstractCustomizedAction
-
-