List of usage examples for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION
int COLORS_ON_SELECTION
To view the source code for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION.
Click Source Link
From source file:org.absmodels.abs.plugin.debug.views.debugview.DebugTreeStyledLabelProvider.java
License:Open Source License
public DebugTreeStyledLabelProvider() { super(StyledCellLabelProvider.COLORS_ON_SELECTION); }
From source file:org.absmodels.abs.plugin.editor.outline.ABSContentOutlineStyledLabelProvider.java
License:Open Source License
public ABSContentOutlineStyledLabelProvider() { super(StyledCellLabelProvider.COLORS_ON_SELECTION); }