Uses of Interface
net.anwiba.commons.swing.table.action.ITableTextFieldActionConfiguration
Packages that use ITableTextFieldActionConfiguration
-
Uses of ITableTextFieldActionConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ITableTextFieldActionConfigurationMethods in net.anwiba.commons.swing.table that return ITableTextFieldActionConfigurationModifier and TypeMethodDescriptionIObjectListTableConfiguration.getTextFieldActionConfiguration()ObjectListTableConfiguration.getTextFieldActionConfiguration()Constructors in net.anwiba.commons.swing.table with parameters of type ITableTextFieldActionConfigurationModifierConstructorDescriptionObjectListTableConfiguration(IStringSubstituter toolTipSubstituter, IColumToStringConverter columnToStringConverter, IObjectDistributor<IAcceptor<T>> filterModel, int autoRizeMode, int selectionMode, int preferredVisibleRowCount, List<IObjectListColumnConfiguration<T>> columnConfigurations, IMouseListenerFactory<T> headerMouseListenerFactory, IMouseListenerFactory<T> tableMouseListenerFactory, IKeyListenerFactory<T> keyListenerFactory, ITableActionConfiguration<T> actionConfiguration, ITableTextFieldActionConfiguration<T> textFieldActionConfiguration, IFactory<IObjectTableModel<T>, JComponent, RuntimeException> accessoryHeaderPanelFactory, IFactory<IObjectTableModel<T>, JComponent, RuntimeException> accessoryFooterPanelFactory, ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory)