Package net.anwiba.commons.swing.table
Interface IKeyListenerFactory<T>
-
public interface IKeyListenerFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.event.KeyListenercreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
-
-
Method Detail
-
create
java.awt.event.KeyListener create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
-