public interface IObjectTableConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
IColumnConfiguration |
getColumnConfiguration(int columnIndex) |
IKeyListenerFactory<T> |
getKeyListenerFactory() |
IMouseListenerFactory<T> |
getMouseListenerFactory() |
int |
getPreferredVisibleRowCount() |
ObjectTableRowSorter<T> |
getRowSorter(IObjectTableModel<T> tableModel) |
int |
getSelectionMode() |
ITableActionConfiguration<T> |
getTableActionConfiguration() |
IColumnConfiguration getColumnConfiguration(int columnIndex)
int getSelectionMode()
ObjectTableRowSorter<T> getRowSorter(IObjectTableModel<T> tableModel)
ITableActionConfiguration<T> getTableActionConfiguration()
int getPreferredVisibleRowCount()
IMouseListenerFactory<T> getMouseListenerFactory()
IKeyListenerFactory<T> getKeyListenerFactory()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.