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