Interface ITableTextFieldActionFactory<T>
-
public interface ITableTextFieldActionFactory<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, IObjectModel<java.lang.String> model, IBlock<java.lang.RuntimeException> clearBlock)
-
-
-
Method Detail
-
create
javax.swing.Action create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel, IObjectModel<java.lang.String> model, IBlock<java.lang.RuntimeException> clearBlock)
-
-