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

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

Introduction

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

Usage

From source file org.bonitasoft.studio.dependencies.ui.MissingDependenciesDecorator.java

/**
 * @author Romain Bioteau
 *
 */
public class MissingDependenciesDecorator implements ILabelDecorator {

From source file org.bonitasoft.studio.xml.ui.XSDLabelProvider.java

/**
 * @author Mickael Istria
 *
 */
public class XSDLabelProvider extends ColumnLabelProvider implements ILabelDecorator {

From source file org.chromium.debug.ui.ChromiumJavascriptDecorator.java

/**
 * A decorator that removes the ".chromium" file extension
 * in the Project Explorer for the Debug Javascript project files.
 */
public class ChromiumJavascriptDecorator implements ILabelDecorator {

From source file org.codehaus.groovy.eclipse.ui.decorators.GroovyImageDecorator.java

public class GroovyImageDecorator implements ILabelDecorator {

    class PreferenceChangeListener implements IPreferenceChangeListener {

        public void preferenceChange(PreferenceChangeEvent event) {
            // preference has changed. Ensure that from now on, the new

From source file org.csstudio.navigator.applaunch.IconDecorator.java

/** Replace the default LaunchConfig icon with
 *  one that is (optionally) specified within
 *  the launch config file.
 *
 *  @author Kay Kasemir
 */

From source file org.deved.antlride.internal.ui.editor.AntlrOutlineLabelDecorator.java

public class AntlrOutlineLabelDecorator extends LabelProvider implements ILabelDecorator {

    public String decorateText(String text, Object element) {
        return text;
    }

From source file org.deved.antlride.stringtemplate.internal.ui.editor.StringTemplateOutlineLabelDecorator.java

public class StringTemplateOutlineLabelDecorator extends LabelProvider implements ILabelDecorator {

    public String decorateText(String text, Object element) {
        return text;
    }

From source file org.eclipse.ajdt.internal.ui.lazystart.ImageDecorator.java

/**
 * @see ILabelDecorator
 */
public class ImageDecorator implements ILabelDecorator {

    private ArrayList listeners;

From source file org.eclipse.babel.tapiji.tools.core.ui.decorators.ExcludedResource.java

public class ExcludedResource implements ILabelDecorator, IResourceExclusionListener {

    private static final String ENTRY_SUFFIX = "[no i18n]";
    private final List<ILabelProviderListener> label_provider_listener = new ArrayList<ILabelProviderListener>();

    public boolean decorate(Object element) {

From source file org.eclipse.cdt.core.testplugin.CElementDecorator.java

/**
 * Allows to test decorators for Java elements
 */
public class CElementDecorator extends LabelProvider implements ILabelDecorator {

    /*