Package quick.dbtable

Interface Summary
CellComponent CellComponent is used to create user defined editor renderer for quicktable.
Comparator When you want to do a special comparison during sorting, this class can be used.
DataMap DataMap is used to do the convertion from actual data format to the display format.
DBTableCellListener  
DBTableErrorListener  
Filter Filters are used to filter out some rows from all the available rows based on a criteria.
Sorter Sorter class which defines the algorithm that should be used for sorting.
 

Class Summary
CellPropertiesModel CellPropertiesModel can be used to set the properties of each cell in the table.
Column This class defines the properties of a column in DBTable.
DatabaseChangeListener This is the listener class for various quicktable events.
DBTable DBTable is a complete JTable alternative Javabean.
DBTableBeanInfo The bean information class for quick.dbtable.DBTable.
DBTableCellEditor Deprecated. This class should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellRenderer Deprecated. This class should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCustomizer  
DBTableEventListener  
PreviewPanel  
PrintProperties PrintProperties class describes the various print properties which are used during printing quicktable.
ResultSetMap QuickTable uses getObject() , setObject method in resultset to read the data.
Skin Skins are used to apply style for your quickTable.