Example usage for org.eclipse.jface.viewers LabelDecorator subclass-usage

List of usage examples for org.eclipse.jface.viewers LabelDecorator subclass-usage

Introduction

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

Usage

From source file com.aptana.ide.server.ui.decorators.WebServerDecorator.java

/**
 * @author Pavel Petrochenko
 */
public class WebServerDecorator extends LabelDecorator {

    private static final String WEB_CATEGORY_NAME = "Web"; //$NON-NLS-1$

From source file es.cv.gvcase.ide.navigator.provider.NoTypePrefixLabelDecorator.java

/**
 * A {@link LabelDecorator} that removes the type prefix that appears with some
 * label providers.
 * 
 * @author <a href="mailto:fjcano@prodevelop.es">Francisco Javier Cano Muoz</a>
 * 

From source file net.sourceforge.eclipsetrader.internal.ui.views.explorer.InstrumentsLabelDecorator.java

public class InstrumentsLabelDecorator extends LabelDecorator {

    public InstrumentsLabelDecorator() {
    }

    /* (non-Javadoc)

From source file org.eclipse.sirius.editor.properties.validation.SiriusInterpreterErrorDecorator.java

/**
 * Decorates all elements by adding an "Error" or "Warning" decoration if any
 * Interpreter Error marker is defined on this element.
 * 
 * @author alagarde
 * 

From source file org.eclipse.sirius.editor.tools.internal.presentation.ValidationDecoration.java

public class ValidationDecoration extends LabelDecorator {
    /**
     * Default image descriptor for the error overlay.
     */
    public static final ImageDescriptor ERROR_OVERLAY_DESC = AbstractUIPlugin
            .imageDescriptorFromPlugin(SiriusEditPlugin.ID, "/icons/full/validation/error_co.gif"); //$NON-NLS-1$;

From source file org.jboss.tools.smooks.configuration.validate.ValidateResultLabelDecorator.java

/**
 * @author Dart (dpeng@redhat.com)
 * 
 */
public class ValidateResultLabelDecorator extends LabelDecorator
        implements ILabelDecorator, ILightweightLabelDecorator {