Uses of Interface
net.anwiba.commons.swing.table.IObjectListColumnConfiguration
-
Packages that use IObjectListColumnConfiguration Package Description net.anwiba.commons.swing.table -
-
Uses of IObjectListColumnConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement IObjectListColumnConfiguration Modifier and Type Class Description classObjectListColumnConfiguration<T>Methods in net.anwiba.commons.swing.table with parameters of type IObjectListColumnConfiguration Modifier and Type Method Description IObjectTableBuilder<T>IObjectTableBuilder. addColumn(IObjectListColumnConfiguration<T> columnConfiguration)IObjectTableBuilder<T>ObjectTableBuilder. addColumn(IObjectListColumnConfiguration<T> columnConfiguration)ObjectListTableConfigurationBuilder<T>ObjectListTableConfigurationBuilder. addColumnConfiguration(IObjectListColumnConfiguration<T> columnConfiguration)Constructor parameters in net.anwiba.commons.swing.table with type arguments of type IObjectListColumnConfiguration 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)
-