public class ObjectTableConfiguration<T> extends Object implements 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() |
public IColumnConfiguration getColumnConfiguration(int columnIndex)
getColumnConfiguration in interface IObjectTableConfiguration<T>public int getSelectionMode()
getSelectionMode in interface IObjectTableConfiguration<T>public ObjectTableRowSorter<T> getRowSorter(IObjectTableModel<T> tableModel)
getRowSorter in interface IObjectTableConfiguration<T>public ITableActionConfiguration<T> getTableActionConfiguration()
getTableActionConfiguration in interface IObjectTableConfiguration<T>public int getPreferredVisibleRowCount()
getPreferredVisibleRowCount in interface IObjectTableConfiguration<T>public IMouseListenerFactory<T> getMouseListenerFactory()
getMouseListenerFactory in interface IObjectTableConfiguration<T>public IKeyListenerFactory<T> getKeyListenerFactory()
getKeyListenerFactory in interface IObjectTableConfiguration<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.