Uses of Interface
net.anwiba.commons.swing.table.IMouseListenerFactory
-
Packages that use IMouseListenerFactory Package Description net.anwiba.commons.swing.table -
-
Uses of IMouseListenerFactory in net.anwiba.commons.swing.table
Methods in net.anwiba.commons.swing.table that return IMouseListenerFactory Modifier and Type Method Description IMouseListenerFactory<T>IObjectTableConfiguration. getHeaderMouseListenerFactory()IMouseListenerFactory<T>ObjectTableConfiguration. getHeaderMouseListenerFactory()IMouseListenerFactory<T>IObjectTableConfiguration. getTableMouseListenerFactory()IMouseListenerFactory<T>ObjectTableConfiguration. getTableMouseListenerFactory()Constructors in net.anwiba.commons.swing.table with parameters of type IMouseListenerFactory Constructor Description ObjectListTableConfiguration(IStringSubstituter toolTipSubstituter, IColumToStringConverter columnToStringConverter, IObjectDistributor<IAcceptor<T>> filterModel, int autoRizeMode, int selectionMode, int preferredVisibleRowCount, java.util.List<IObjectListColumnConfiguration<T>> columnConfigurations, IMouseListenerFactory<T> headerMouseListenerFactory, IMouseListenerFactory<T> tableMouseListenerFactory, IKeyListenerFactory<T> keyListenerFactory, ITableActionConfiguration<T> actionConfiguration, ITableTextFieldActionConfiguration<T> textFieldActionConfiguration, IFactory<IObjectTableModel<T>,javax.swing.JComponent,java.lang.RuntimeException> accessoryHeaderPanelFactory, ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory)
-