Uses of Interface
quick.dbtable.CellComponent

Uses of CellComponent in quick.dbtable
 

Methods in quick.dbtable that return CellComponent
 CellComponent Column.getUserCellEditor()
          Gets the user Cell Editor
 CellComponent Column.getUserCellRenderer()
          gets the user Cell Renderer
 

Methods in quick.dbtable with parameters of type CellComponent
 void Column.setUserCellEditor(CellComponent cc)
          Sets the user Cell Editor
 void Column.setUserCellRenderer(CellComponent cc)
          Sets the user Cell Renderer
 

Constructors in quick.dbtable with parameters of type CellComponent
DBTableCellEditor(CellComponent cc, 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)