Module net.anwiba.commons.swing
Interface ITableActionFactory<T>
- All Known Implementing Classes:
AbstractTableActionFactory,AddTableRowActionFactory,ClearTableActionFactory,EditTableActionFactory,MoveTableRowDownActionFactory,MoveTableRowUpActionFactory,RemoveTableRowActionFactory
public interface ITableActionFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
Method Details
-
create
Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-