| Package | Description |
|---|---|
| net.anwiba.commons.swing.table |
| Modifier and Type | Method and Description |
|---|---|
IKeyListenerFactory<T> |
IObjectTableConfiguration.getKeyListenerFactory() |
IKeyListenerFactory<T> |
ObjectTableConfiguration.getKeyListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IObjectTableBuilder<T> |
ObjectTableBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
void |
ObjectTableConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
IObjectTableBuilder<T> |
IObjectTableBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
| Constructor and Description |
|---|
ObjectListTableConfiguration(IStringSubstituter toolTipSubstituter,
IColumToStringConverter columnToStringConverter,
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,
ITableTextFieldKeyListenerFactory<T> textFieldKeyListenerFactory) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.