Class AddTableRowActionFactory<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.action.AddTableRowActionFactory<T>
-
- All Implemented Interfaces:
ITableActionFactory<T>
public final class AddTableRowActionFactory<T> extends java.lang.Object implements ITableActionFactory<T>
-
-
Constructor Summary
Constructors Constructor Description AddTableRowActionFactory(IActionCustomization customization, ITableActionClosure<T> closure)AddTableRowActionFactory(ITableActionClosure<T> closure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.Actioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
-
-
Constructor Detail
-
AddTableRowActionFactory
public AddTableRowActionFactory(ITableActionClosure<T> closure)
-
AddTableRowActionFactory
public AddTableRowActionFactory(IActionCustomization customization, ITableActionClosure<T> closure)
-
-
Method Detail
-
create
public javax.swing.Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
- Specified by:
createin interfaceITableActionFactory<T>
-
-