TableCellSWTpublic interface TableCellSWT implements com.aelitis.azureus.ui.common.table.TableCellCoreSWT specific functions for Table Cells
SWT cells are split into two logical sections: a BufferedTableItem that
handles the actual drawing, and this class' implementor, which handles
listeners, checking to see if things are right, buffering, etc. |
|