| 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 |
|---|---|
ObjectTableBuilder<T> |
ObjectTableBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
void |
ObjectTableConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
| Constructor and Description |
|---|
ObjectListTableConfiguration(IColumToStringConverter columnToStringConverter,
int selectionMode,
int preferredVisibleRowCount,
List<IObjectListColumnConfiguration<T>> columnConfigurations,
IMouseListenerFactory<T> mouseListenerFactory,
IKeyListenerFactory<T> keyListenerFactory,
ITableActionConfiguration<T> actionConfiguration) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.