public interface IObjectTableConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoResizeMode() |
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()
int getAutoResizeMode()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.