Example usage for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION

List of usage examples for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION.

Prototype

int COLORS_ON_SELECTION

To view the source code for org.eclipse.jface.viewers StyledCellLabelProvider COLORS_ON_SELECTION.

Click Source Link

Document

Style constant for indicating that the styled colors are to be applied even it the viewer's item is selected.

Usage

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);
}