Uses of Interface
net.anwiba.commons.swing.table.action.ITableTextFieldActionConfiguration
-
Packages that use ITableTextFieldActionConfiguration Package Description net.anwiba.commons.swing.table -
-
Uses of ITableTextFieldActionConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ITableTextFieldActionConfiguration Modifier and Type Class Description classTableTextFieldActionConfiguration<T>Methods in net.anwiba.commons.swing.table that return ITableTextFieldActionConfiguration Modifier and Type Method Description ITableTextFieldActionConfiguration<T>IObjectListTableConfiguration. getTextFieldActionConfiguration()ITableTextFieldActionConfiguration<T>ObjectListTableConfiguration. getTextFieldActionConfiguration()Constructors in net.anwiba.commons.swing.table with parameters of type ITableTextFieldActionConfiguration 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)
-