- 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 foreground= cell.getForeground(); if (foreground != null) { gc.setForeground(foreground);
Color foreground= cell.getForeground(); if (foreground != null) { gc.setForeground(foreground);