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.wst.xml.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.wst.xml.vex.ui.config.buildProblemDecorator"; //$NON-NLS-1$

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

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

    public void decorate(Object element, IDecoration decoration) {

From source file org.eclipseguru.gwt.ui.decorators.GwtLabelDecorator.java

/**
 * A simple label decorator to decorate GWT files.
 */
public class GwtLabelDecorator implements ILightweightLabelDecorator {

    /** listeners */

From source file org.eclipsetrader.news.internal.ui.NewsDecorator.java

public class NewsDecorator implements ILightweightLabelDecorator {

    private ImageDescriptor unreadedDescriptor;
    private ImageDescriptor readedDescriptor;
    private boolean enabled;

From source file org.eclipsetrader.ui.internal.trading.WatchlistAlertDecorator.java

public class WatchlistAlertDecorator implements ILightweightLabelDecorator, IAlertListener {

    private Color foreground;
    private ListenerList listeners = new ListenerList(ListenerList.IDENTITY);

    private ServiceReference serviceReference;

From source file org.entirej.ide.ui.decorators.FormNameDecorator.java

public class FormNameDecorator implements ILightweightLabelDecorator {

    public void addListener(ILabelProviderListener listener) {
        //ignore

    }

From source file org.fusesource.ide.project.decorator.CamelProblemDecorator.java

/**
 * @author Aurelien Pupier
 *
 */
public class CamelProblemDecorator implements ILightweightLabelDecorator {

From source file org.gluster.storage.management.console.views.NavigationTreeLabelDecorator.java

public class NavigationTreeLabelDecorator implements ILightweightLabelDecorator {

    @Override
    public void addListener(ILabelProviderListener listener) {
    }

From source file org.grails.ide.eclipse.ui.GrailsClasspathContainerDecorator.java

/**
 * @author Christian Dupuis
 * @since 2.2.0
 */
@SuppressWarnings("restriction")
public class GrailsClasspathContainerDecorator extends LabelProvider implements ILightweightLabelDecorator {

From source file org.guvnor.tools.GuvnorDecorator.java

/**
 * Handles decorating Guvnor resources with an icon overlay and label text.
 */
public class GuvnorDecorator implements ILightweightLabelDecorator {

    public static final String DECORATOR_ID = "org.guvnor.tools.decorator"; //$NON-NLS-1$