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 gov.redhawk.ui.views.namebrowser.internal.BindingNodeDecorator.java

/**
 * 
 */
public class BindingNodeDecorator extends LabelProvider implements ILabelDecorator {

    /* (non-Javadoc)

From source file imageicons.ImageIconDecorator.java

public class ImageIconDecorator implements ILabelDecorator {

    private static final int MAX_ICON_SIZE = 16;
    private static final String PNG_EXT = "png";
    private static final String GIF_EXT = "gif";
    private static final String ICO_EXT = "ico";

From source file io.sarl.lang.ui.labeling.SARLDiagnosticLabelDecorator.java

/**
 * A decorator that add the diagnotic results on Ecore elements.
 *
 * @author $Author: sgalland$
 * @version $FullVersion$
 * @mavengroupid $GroupId$

From source file io.usethesource.impulse.editor.ProblemsLabelDecorator.java

/**
 * Decorates an image of a program element to indicate any related errors/warnings.
 * See org.eclipse.jdt.ui.ProblemsLabelDecorator for inspiration.
 * @author rfuhrer@watson.ibm.com
 */
public class ProblemsLabelDecorator implements ILabelDecorator {

From source file net.bioclipse.ds.ui.views.DSViewDecorator.java

public class DSViewDecorator implements ILabelDecorator {

    private Image cachedErrorInDSTest;

    public Image decorateImage(Image image, Object element) {

From source file net.refractions.udig.catalog.internal.ui.ServiceDecorator.java

/**
 * A full decorator for IService, provides the default appearance.
 * <p>
 * This is a full decorator, plug-in must handle image support.
 * </p>
 * <p>

From source file net.refractions.udig.catalog.ui.ResolveTitlesDecorator.java

/**
 * Decorate labels with actual titles from the info objects.
 * 
 * @author jgarnett
 * @since 0.6.0
 */

From source file net.refractions.udig.project.ui.internal.LayerGeneratedGlyphDecorator.java

/**
 * Generate glyph/title - fetch from WMS or derrive from StyleBlackboard.
 * <p>
 * This is a complete heavyweight decorator - there is no messing around with this one. It has its
 * own thread, and will pay attention to events.
 * </p>

From source file net.sf.wdte.ui.views.outline.ProblemsLabelDecorator.java

/**
 * Label decorator for the outline page that adds error and warning overlay
 * icons to elements in the outline. The information is retrieved from the 
 * annotation model corresponding to the input of the associated text editor.
 */
public class ProblemsLabelDecorator extends LabelProvider implements ILabelDecorator {

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

/**
 * Decorates elements that adapt to IResourceWaypointDescriptor or IResourceWaypointDescriptor[]
 * to see if there is a matching waypoint in the workspace. If the waypoint descriptor represents a
 * new waypoint, then a '&lt;' is prepended to the text. If it is not new, but there are different
 * values for the fields, then the foreground is coloured red.
 * @author Del Myers