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 net.sourceforge.tagsea.resources.sharing.ui.MissingResourceLabelDecorator.java

/**
 * Decorates elements that adapt to IResource. If the resource returned by the
 * adapter doesn't exist, a small ? is presented in the lower-right corner.
 * @author Del Myers
 *
 */

From source file net.sourceforge.tagsea.resources.sharing.ui.MultiLabelDecorator.java

class MultiLabelDecorator extends LabelProvider implements ILabelDecorator, IFontDecorator, IColorDecorator {
    private ILabelDecorator[] decorators;

    public MultiLabelDecorator(ILabelDecorator[] decorators) {
        this.decorators = decorators;
    }

From source file net.sourceforge.tagsea.resources.sharing.ui.ResourceWaypointLabelDecorator.java

/**
 * Decorates an image to add a waypoint flag.
 * @author Del Myers
 *
 */
public class ResourceWaypointLabelDecorator implements ILabelDecorator {

From source file org.antlr.eclipse.ui.AntlrLabelDecorator.java

/**
 * Decorates the text for generated files
 */
public class AntlrLabelDecorator extends LabelProvider implements ILabelDecorator {
    /** {@inheritDoc} */
    @Override

From source file org.apache.ivyde.internal.eclipse.ui.IvyDEClasspathContainerDecorator.java

public class IvyDEClasspathContainerDecorator implements ILabelDecorator {

    public boolean isLabelProperty(Object element, String property) {
        return true;
    }

From source file org.apache.sling.ide.eclipse.ui.internal.JcrNodeDecorator.java

public class JcrNodeDecorator extends LabelProvider implements ILabelDecorator, ILightweightLabelDecorator {

    @Override
    public Image decorateImage(Image image, Object element) {
        return image;
    }

From source file org.bbaw.pdr.ae.common.icons.CustomDecorator.java

/** custom decorator.
 * @author Christoph Plutte
 *
 */
public class CustomDecorator implements ILabelDecorator {
    //   /** Instance of shared image registry.*/

From source file org.bbaw.pdr.ae.common.icons.PdrObjectDecorator.java

/** pdrObjects decorator.
 * decorates pdr objects for tree view.
 * @author Christoph Plutte
 *
 */
public class PdrObjectDecorator implements ILabelDecorator {

From source file org.bonitasoft.studio.common.jface.AbstractLabelDecorator.java

/**
 * @author Romain Bioteau
 *
 */
public abstract class AbstractLabelDecorator implements ILabelDecorator {

From source file org.bonitasoft.studio.configuration.ui.wizard.WizardPageDecorator.java

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