Package org.jcreme.swing.table

Interface Summary
SortableTableModel This interface specifies the services given by a SortableTableModel.
TableColorModel This class enables to set the color scheme for a JColoredTable.
TableColorModelListener This interface defines the services necessary for an object that listens to modifications of a TableColorModel.
TableColumnOrderListener This interface must be implemented to listen to order change in table columns.
TransposableTableModel.TransposedValue A Place holder class to enable to define special renderers in the transposed tables.
 

Class Summary
AbstractSortableTableModel This class is an abstract implementation of the SortableTableModel interface.
JColoredTable This subclass of JTable enable to implement a coloring scheme for the whole table (not based on the renderers).
SortableColumnHeaderMouseListener This mouse listener enable to change the order of a column when the user clicks on the table header.
SortableColumnTableHeaderRenderer This class enables to display an icon in the table header for a column, depending on the order of the column.
SortableTableColumn This is an extension of the standard table columns.
TableColorModelEvent Describes what changed in a TableColorModel.
TableColumnOrderEvent This class describes events of order change in a TableColumn.
TransposableTableModel This TableModel implementation enables to transpose another TableModel.
ValueDrivenTableCellEditor This TableCellEditor is designed to be used with a transposable model.
ValueDrivenTableCellRenderer This TableCellRenderer is designed to be used with a transposable model.
 



Copyright 2006 null. All Rights Reserved.