Class RowWrappedEnumeratedColumnTableModel<C extends Enum<C> & DefaultEnumeratedColumnTableModel.EnumeratedTableColumn<C,R>,K,R,T>

Type Parameters:
C - the type of columns
K - the type of (immutable) keys for uniquely identifying an object
R - the type of rows
T - the type of objects being wrapped
All Implemented Interfaces:
ConfigurableColumnTableModel, DynamicColumnTableModel<R>, EnumeratedColumnTableModel<R>, RowObjectTableModel<R>, SelectionStorage<R>, SortedTableModel, VariableColumnTableModel, Serializable, EventListener, ChangeListener, TableModel

public class RowWrappedEnumeratedColumnTableModel<C extends Enum<C> & DefaultEnumeratedColumnTableModel.EnumeratedTableColumn<C,R>,K,R,T> extends DefaultEnumeratedColumnTableModel<C,R>
A table model where the columns are enumerated, and the rows are wrappers on the objects being displayed
See Also: