Package net.anwiba.commons.swing.table
Class ObjectTableConfiguration<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.ObjectTableConfiguration<T>
-
- All Implemented Interfaces:
IObjectTableConfiguration<T>
- Direct Known Subclasses:
ObjectListTableConfiguration
public class ObjectTableConfiguration<T> extends java.lang.Object implements IObjectTableConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAutoResizeMode()IColumnConfigurationgetColumnConfiguration(int columnIndex)IMouseListenerFactory<T>getHeaderMouseListenerFactory()IKeyListenerFactory<T>getKeyListenerFactory()intgetPreferredVisibleRowCount()ObjectTableRowSorter<T>getRowSorter(IObjectTableModel<T> tableModel)intgetSelectionMode()ITableActionConfiguration<T>getTableActionConfiguration()IMouseListenerFactory<T>getTableMouseListenerFactory()IStringSubstitutergetToolTipSubstituter()
-
-
-
Method Detail
-
getColumnConfiguration
public IColumnConfiguration getColumnConfiguration(int columnIndex)
- Specified by:
getColumnConfigurationin interfaceIObjectTableConfiguration<T>
-
getAutoResizeMode
public int getAutoResizeMode()
- Specified by:
getAutoResizeModein interfaceIObjectTableConfiguration<T>
-
getSelectionMode
public int getSelectionMode()
- Specified by:
getSelectionModein interfaceIObjectTableConfiguration<T>
-
getRowSorter
public ObjectTableRowSorter<T> getRowSorter(IObjectTableModel<T> tableModel)
- Specified by:
getRowSorterin interfaceIObjectTableConfiguration<T>
-
getToolTipSubstituter
public IStringSubstituter getToolTipSubstituter()
- Specified by:
getToolTipSubstituterin interfaceIObjectTableConfiguration<T>
-
getTableActionConfiguration
public ITableActionConfiguration<T> getTableActionConfiguration()
- Specified by:
getTableActionConfigurationin interfaceIObjectTableConfiguration<T>
-
getPreferredVisibleRowCount
public int getPreferredVisibleRowCount()
- Specified by:
getPreferredVisibleRowCountin interfaceIObjectTableConfiguration<T>
-
getTableMouseListenerFactory
public IMouseListenerFactory<T> getTableMouseListenerFactory()
- Specified by:
getTableMouseListenerFactoryin interfaceIObjectTableConfiguration<T>
-
getKeyListenerFactory
public IKeyListenerFactory<T> getKeyListenerFactory()
- Specified by:
getKeyListenerFactoryin interfaceIObjectTableConfiguration<T>
-
getHeaderMouseListenerFactory
public IMouseListenerFactory<T> getHeaderMouseListenerFactory()
- Specified by:
getHeaderMouseListenerFactoryin interfaceIObjectTableConfiguration<T>
-
-