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