Uses of Interface
net.anwiba.commons.swing.table.action.ITableActionConfiguration
-
Packages that use ITableActionConfiguration Package Description net.anwiba.commons.swing.table -
-
Uses of ITableActionConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ITableActionConfiguration Modifier and Type Class Description classTableActionConfiguration<T>Methods in net.anwiba.commons.swing.table that return ITableActionConfiguration Modifier and Type Method Description ITableActionConfiguration<T>IObjectTableConfiguration. getTableActionConfiguration()ITableActionConfiguration<T>ObjectTableConfiguration. getTableActionConfiguration()Constructors in net.anwiba.commons.swing.table with parameters of type ITableActionConfiguration 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, IFactory<IObjectTableModel<T>,javax.swing.JComponent,java.lang.RuntimeException> accessoryFooterPanelFactory, ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory)
-