Uses of Class
quick.dbtable.DBTable

Uses of DBTable in quick.dbtable
 

Constructors in quick.dbtable with parameters of type DBTable
DBTableCellEditor(javax.swing.JTextField jt, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellEditor(javax.swing.JTextArea jt, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellEditor(CellComponent cc, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellEditor(javax.swing.JComboBox jc, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellEditor(int cellType, java.util.Hashtable cellValueToDisplayHashtable, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellEditor(int cellType, java.util.Hashtable cellValueToDisplayHashtable, DBTable dBTable, boolean addClearOption)
          Deprecated.  
DBTableCellEditor(int cellType, java.util.Hashtable cellValueToDisplayHashtable, java.lang.Object[] keysSortOrder, DBTable dBTable, boolean addClearOption)
          Deprecated.  
DBTableCellRenderer(int cellType, java.util.Hashtable cellValueToDisplayHash, DBTable dBTable)
          Deprecated. This constructor should not be directly used, instead use the setCellComponent method in DBTable.
DBTableCellRenderer(CellComponent cc, DBTable dBTable)
          Deprecated. This constructor cannot be used directly, please use Column#setUserCellRenderer(CellComponent)