Package de.kupzog.ktable

Interface Summary
KTableCellRenderer  
KTableCellResizeListener  
KTableCellSelectionListener  
KTableModel The table model is the most important part of KTable.
 

Class Summary
KTable Custom drawn tabel widget for SWT GUIs.
KTableActionHandler  
KTableCellEditor  
KTableCellResizeAdapter  
KTableCellSelectionAdapter  
KTableDefaultModel Default implementation that handles column widths and row height.
KTableSortComparator Implementations of this class are used when sorting a tablemodel.
KTableSortedModel Provides a transparently sorted tablemodel: For model calls, the row indices are mapped according to the sorting.
KTableSortOnClick This class provides the code that makes the table sort when the user clicks on the table header.
SWTX Provides some extensions for the KTable SWT custom table.