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 org.eclipse.ui.internal.ide.ResourceFilterDecorator.java

/**
 * Lightweight decorator for filtered container.
 */
public class ResourceFilterDecorator implements ILightweightLabelDecorator {

    private static final String IMG_MARKERS_RESOURCE_FILTER_DECORATION_PATH = "ovr16/filterapplied_ovr.gif"; //$NON-NLS-1$

From source file org.eclipse.ui.internal.ide.SymlinkDecorator.java

/**
 * Decorate symbolic links
 * @since 3.8.200
 */
public class SymlinkDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.ui.internal.ide.VirtualResourceDecorator.java

/**
 * A VirtualResourceDecorator replaces an element's image, if it is a virtual
 * resource.
 */
public class VirtualResourceDecorator implements ILightweightLabelDecorator {
    private static final ImageDescriptor VIRTUAL_FOLDER;

From source file org.eclipse.ui.tests.decorators.BackgroundColorDecorator.java

/**
 * The BackgroundColorDecorator is a test for background coloring of the
 * navigator.
 */
public class BackgroundColorDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.ui.tests.decorators.BadIndexDecorator.java

public class BadIndexDecorator implements ILightweightLabelDecorator {

    private Set listeners = new HashSet();

    private ImageDescriptor descriptor;

From source file org.eclipse.ui.tests.decorators.FontDecorator.java

/**
 * The FontDecorator is for testing the font enablement.
 */
public class FontDecorator implements ILightweightLabelDecorator {

    public static final String ID = "org.eclipse.ui.tests.fontDecorator";

From source file org.eclipse.ui.tests.decorators.ForegroundColorDecorator.java

/**
 * The ForegroundColorDecorator is for testing the foreground enablement.
 */
public class ForegroundColorDecorator implements ILightweightLabelDecorator {

    public static final String ID = "org.eclipse.ui.tests.foregroundDecorator";

From source file org.eclipse.ui.tests.decorators.NullImageDecorator.java

/**
 * @see ILabelDecorator
 */
public class NullImageDecorator implements ILightweightLabelDecorator {
    /**
     * Whether we should fail with an exception

From source file org.eclipse.ui.tests.decorators.TestLightweightDecoratorContributor.java

public class TestLightweightDecoratorContributor implements ILightweightLabelDecorator {

    public static TestLightweightDecoratorContributor contributor;

    private Set listeners = new HashSet();

From source file org.eclipse.ui.tests.decorators.TestLightweightDecoratorMultipleQuadrantContributor.java

/**
 * This is a contributor that uses the multi quadrant
 * support.
 */

public class TestLightweightDecoratorMultipleQuadrantContributor implements ILightweightLabelDecorator {