- Common ways to obtain ViewerCell
private void myMethod () {ViewerCell v =
SWTFocusCellManager sWTFocusCellManager;sWTFocusCellManager.getFocusCell()
ViewerRow viewerRow;viewerRow.getCell(column)
ColumnViewer columnViewer;columnViewer.getColumnViewerEditor().getFocusCell()
- Smart code suggestions by Codota
}
Color background= cell.getBackground(); if (background != null) { gc.setBackground(background);
Color background= cell.getBackground(); if (background != null) { gc.setBackground(background);