Example usage for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage

List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage.

Usage

From source file unc.lib.cdr.workbench.views.OriginalAndDivDecorator.java

public class OriginalAndDivDecorator implements ILightweightLabelDecorator {

    Set<ILabelProviderListener> listeners = new HashSet<ILabelProviderListener>();

    public OriginalAndDivDecorator() {
        // TODO register as listener to capture and staging changes (less

From source file unc.lib.cdr.workbench.xwalk.MetadataCompartmentDecorator.java

public class MetadataCompartmentDecorator implements ILightweightLabelDecorator {

    @Override
    public void addListener(ILabelProviderListener listener) {
    }

From source file _org.eclipse.jdt.ui.ProblemsLabelDecorator.java

/**
 * LabelDecorator that decorates an element's image with error and warning overlays that
 * represent the severity of markers attached to the element's underlying resource. To see
 * a problem decoration for a marker, the marker needs to be a subtype of <code>IMarker.PROBLEM</code>.
 * <p>
 * <b>Important</b>: Although this decorator implements ILightweightLabelDecorator, do not contribute this