Module net.anwiba.commons.swing
Class AddTableRowActionFactory<T>
java.lang.Object
net.anwiba.commons.swing.table.action.AddTableRowActionFactory<T>
- All Implemented Interfaces:
ITableActionFactory<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAddTableRowActionFactory(IActionCustomization customization, ITableActionClosure<T> closure) AddTableRowActionFactory(ITableActionClosure<T> closure) -
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
Constructor Details
-
AddTableRowActionFactory
-
AddTableRowActionFactory
-
-
Method Details
-
create
public Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) - Specified by:
createin interfaceITableActionFactory<T>
-