JFace TableViewer - Setting font color for all Cells in table
问题 I have asked a very similar question, but I ended up using images instead of changing the color. I want all the text in the cells to be dark grey. I understand that you have to assign each column. But I do not how to do it. This is one of my columns in my TableViewer. col = new TableViewerColumn(this , SWT.NONE); col.getColumn().setWidth(200); col.getColumn().setText("Printer/Profile"); col.setLabelProvider(new ColumnLabelProvider() { @Override public String getText(Object element) {