Module net.anwiba.commons.swing
Interface ITableTextFieldKeyListenerFactory<T>
public interface ITableTextFieldKeyListenerFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock)
-
Method Details
-
create
KeyListener create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock)
-