Uses of Interface
net.anwiba.commons.swing.table.IObjectListColumnConfiguration
Packages that use IObjectListColumnConfiguration
-
Uses of IObjectListColumnConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement IObjectListColumnConfigurationMethods in net.anwiba.commons.swing.table with parameters of type IObjectListColumnConfigurationModifier and TypeMethodDescriptionIObjectTableBuilder.addColumn(IObjectListColumnConfiguration<T> columnConfiguration) ObjectTableBuilder.addColumn(IObjectListColumnConfiguration<T> columnConfiguration) ObjectListTableConfigurationBuilder.addColumnConfiguration(IObjectListColumnConfiguration<T> columnConfiguration) Constructor parameters in net.anwiba.commons.swing.table with type arguments of type IObjectListColumnConfigurationModifierConstructorDescriptionObjectListTableConfiguration(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)