| Package | Description |
|---|---|
| net.anwiba.commons.swing.table |
| Modifier and Type | Method and Description |
|---|---|
IMouseListenerFactory<T> |
IObjectTableConfiguration.getHeaderMouseListenerFactory() |
IMouseListenerFactory<T> |
ObjectTableConfiguration.getHeaderMouseListenerFactory() |
IMouseListenerFactory<T> |
IObjectTableConfiguration.getTableMouseListenerFactory() |
IMouseListenerFactory<T> |
ObjectTableConfiguration.getTableMouseListenerFactory() |
| 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) |
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.