Interface ITableActionFactory<T>
-
- All Known Implementing Classes:
AbstractTableActionFactory,AddTableRowActionFactory,EditTableActionFactory,MoveTableRowDownActionFactory,MoveTableRowUpActionFactory,RemoveTableRowActionFactory
public interface ITableActionFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.Actioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
-
-
Method Detail
-
create
javax.swing.Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
-