Deprecated API

Deprecated Classes
quick.dbtable.DBTableCellEditor
          This class should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellRenderer
          This class should not be directly used, instead use the setCellComponent method in DBTable. 
 

Deprecated Methods
quick.dbtable.DBTable.addColumn(Column)
          Developers are making mistakes in using this method,so use the safe method addColumn(String). If this method is already working fine for you then you can continue to use them. 
quick.dbtable.PrintProperties.getBorderHieght()
          There is typo error in this method name getBorderHieght(), use the method getBorderHeight() instead the border hieght on the top & bottom of the paper default border height is 72 ( in 1/72nds of an inch, so 1 inch=72) 
quick.dbtable.PrintProperties.getPaperHieght()
          There is typo error in this method name getPaperHieght(), use the method getPaperHeight() instead paper hieght portrait hieght is 792 , for landscape set this to 612 
 

Deprecated Constructors
quick.dbtable.Column()
          This constructor is deprecated because lot of users don't change the model index id to value other than 0 which creates problems later on. use Column(int columnIndex) instead. 
quick.dbtable.Column(int, int, TableCellRenderer, TableCellEditor)
          Quicktable uses CellComponent instead of TableCellRenderer & cellEditor, use setUserCellEditor/setUserCellRenderer methods instead. 
quick.dbtable.DBTableCellEditor(CellComponent, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellEditor(int, Hashtable, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellEditor(JComboBox, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellEditor(JTextArea, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellEditor(JTextField, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable. 
quick.dbtable.DBTableCellRenderer(CellComponent, DBTable)
          This constructor cannot be used directly, please use Column#setUserCellRenderer(CellComponent) 
quick.dbtable.DBTableCellRenderer(int, Hashtable, DBTable)
          This constructor should not be directly used, instead use the setCellComponent method in DBTable.