Package net.anwiba.commons.swing.table
Interface IObjectListColumnConfiguration<T>
-
- All Superinterfaces:
IColumnConfiguration
- All Known Implementing Classes:
ObjectListColumnConfiguration
public interface IObjectListColumnConfiguration<T> extends IColumnConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getColumnClass()IColumnValueAdaptor<T>getColumnValueAdaptor()IColumnValueProvider<T>getColumnValueProvider()-
Methods inherited from interface net.anwiba.commons.swing.table.IColumnConfiguration
getCellEditor, getCellRenderer, getComparator, getHeaderValue, getPreferredWidth, isSortable
-
-
-
-
Method Detail
-
getColumnValueProvider
IColumnValueProvider<T> getColumnValueProvider()
-
getColumnValueAdaptor
IColumnValueAdaptor<T> getColumnValueAdaptor()
-
getColumnClass
java.lang.Class<?> getColumnClass()
-
-