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.vex.ui.internal.config.BuildProblemDecorator.java

/**
 * Decorates Vex resources that build problems.
 */
public class BuildProblemDecorator extends LabelProvider implements ILightweightLabelDecorator {

    public static final String ID = "org.eclipse.vex.ui.config.buildProblemDecorator"; //$NON-NLS-1$

From source file org.eclipse.vex.ui.internal.config.PluginProjectDecorator.java

/**
 * Decorates Vex projects with the Vex logo.
 */
public class PluginProjectDecorator implements ILightweightLabelDecorator {

    @Override

From source file org.eclipse.virgo.ide.jdt.internal.ui.decoration.JdtClasspathContainerElementDecorator.java

/**
 * {@link ILightweightLabelDecorator} that decorates non-accessible packages in the class path container.
 * 
 * @author Christian Dupuis
 * @since 1.0.0
 */

From source file org.eclipse.virgo.ide.runtime.internal.ui.providers.ServerFileLabelProvider.java

/**
 *
 * @author Miles Parker
 *
 */
public class ServerFileLabelProvider extends LabelProvider implements ILightweightLabelDecorator {

From source file org.eclipse.virgo.ide.runtime.internal.ui.providers.ServerTargetPlatformDecorator.java

/**
 * A lightweight decorator that overlays a decoration on the top left of servers whose runtime has an associated PDE
 * target platform.
 */
public class ServerTargetPlatformDecorator extends BaseLabelProvider implements ILightweightLabelDecorator {

From source file org.eclipse.virgo.ide.runtime.internal.ui.ServerDeploymentDecorator.java

/**
 * @author Leo Dos Santos
 */
@SuppressWarnings("restriction")
public class ServerDeploymentDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator.java

/**
 * LabelDecorator that decorates an method's image with override or implements overlays.
 * The viewer using this decorator is responsible for updating the images on element changes.
 * 
 * <p>
 * This class may be instantiated; it is not intended to be subclassed.

From source file org.eclipse.wst.jsdt.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

From source file org.eclipse.wst.server.ui.internal.cnf.ServerDecorator.java

public class ServerDecorator extends LabelProvider implements ILightweightLabelDecorator {

    public static final String[] syncState = new String[] { Messages.viewSyncOkay, Messages.viewSyncRestart,
            Messages.viewSyncPublish, Messages.viewSyncRestartPublish, Messages.viewSyncPublishing };

    public static final String[] syncStateUnmanaged = new String[] { Messages.viewSyncOkay2,

From source file org.eclipse.wst.server.ui.internal.ModuleLabelDecorator2.java

public class ModuleLabelDecorator2 extends BaseLabelProvider implements ILightweightLabelDecorator {
    public ModuleLabelDecorator2() {
        super(false);
    }

    public void decorate(Object element, IDecoration decoration) {