Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.table
Interface IMouseListenerFactory<T>
public interface IMouseListenerFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-
Method Details
-
create
MouseListener create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)
-