Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.table
Interface IObjectTableConfiguration<T>
- All Known Subinterfaces:
IObjectListTableConfiguration<T>
- All Known Implementing Classes:
ObjectListTableConfiguration,ObjectTableConfiguration
public interface IObjectTableConfiguration<T>
-
Method Summary
Modifier and TypeMethodDescriptionintgetColumnConfiguration(int columnIndex) intgetRowSorter(IObjectTableModel<T> tableModel) int
-
Method Details
-
getColumnConfiguration
-
getSelectionMode
int getSelectionMode() -
getRowSorter
-
getTableActionConfiguration
ITableActionConfiguration<T> getTableActionConfiguration() -
getPreferredVisibleRowCount
int getPreferredVisibleRowCount() -
getTableMouseListenerFactory
IMouseListenerFactory<T> getTableMouseListenerFactory() -
getKeyListenerFactory
IKeyListenerFactory<T> getKeyListenerFactory() -
getAutoResizeMode
int getAutoResizeMode() -
getToolTipSubstituter
IStringSubstituter getToolTipSubstituter() -
getHeaderMouseListenerFactory
IMouseListenerFactory<T> getHeaderMouseListenerFactory()
-