public interface AdvancedTableFormat<E> extends TableFormat<E>
TableFormat
information.
This class can be used as an alternative to the simple TableFormat
class to provide column class information that is used to determine what cell renderer
and/or editor should be used for a column. If no custom renderers or editors are
required, it is sufficient to implement TableFormat
only.
WritableTableFormat
,
TableFormat
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getColumnClass(int column)
Returns the most specific superclass for all the cell values in the column.
|
java.util.Comparator |
getColumnComparator(int column)
Returns the default
Comparator to use for the specified column. |
getColumnCount, getColumnName, getColumnValue
java.lang.Class getColumnClass(int column)
column
- The index of the column being edited.java.util.Comparator getColumnComparator(int column)
Comparator
to use for the specified column.
This Comparator
may be used to determine how a table will be sorted.Comparator
to use or null
for an unsortable
column.GlazedLists
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-10-14 14:59