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.springframework.ide.eclipse.aop.ui.matcher.internal.PointcutMatchLabelDecorator.java

/**
 * {@link ILabelDecorator} that delegates decoration to
 * {@link PointcutMatchImageDescriptor}.
 * @author Christian Dupuis
 * @since 2.0.2
 */

From source file org.springframework.ide.eclipse.beans.ui.model.BeansModelLabelDecorator.java

/**
 * This decorator adds an overlay image to all Spring beans config files and their corresponding folders and bean
 * classes (Java source and class files). This decoration is refreshed on every modification to the Spring Beans model.
 * Therefore the decorator adds a {@link IModelChangeListener change listener} to the beans model.
 * @author Torsten Juergeleit
 * @author Christian Dupuis

From source file org.springframework.ide.eclipse.webflow.ui.graph.model.WebflowModelLabelDecorator.java

/**
 * @author Christian Dupuis
 * @since 2.0
 */
public class WebflowModelLabelDecorator implements ILabelDecorator {

From source file org.summer.sdt.internal.ui.callhierarchy.CallHierarchyLabelDecorator.java

/**
 * Label decorator that decorates an method's image with recursion overlays.
 * The viewer using this decorator is responsible for updating the images on element changes.
 */
public class CallHierarchyLabelDecorator implements ILabelDecorator {

From source file org.summer.sdt.ui.OverrideIndicatorLabelDecorator.java

/**
 * LabelDecorator that decorates an method's image with override or implements overlays.
 * The viewer using this decorator is responsible for updating the images on element changes.
 *
 * <p>
 * This class may be instantiated; it is not intended to be subclassed.

From source file org.summer.sdt.ui.ProblemsLabelDecorator.java

/**
 * LabelDecorator that decorates an element's image with error and warning overlays that
 * represent the severity of markers attached to the element's underlying resource. To see
 * a problem decoration for a marker, the marker needs to be a subtype of <code>IMarker.PROBLEM</code>.
 * <p>
 * <b>Important</b>: Although this decorator implements ILightweightLabelDecorator, do not contribute this

From source file org.vclipse.configscan.views.labeling.AbstractLabelProvider.java

public abstract class AbstractLabelProvider extends ColumnLabelProvider
        implements IStyledLabelProvider, ILabelDecorator {

    private final PolymorphicDispatcher<Object> textDispatcher = new PolymorphicDispatcher<Object>("text", 1, 1,
            Collections.singletonList(this), new ErrorHandler<Object>() {
                public Object handle(Object[] params, Throwable e) {

From source file uk.ac.diamond.sda.navigator.hdf5.HDF5LabelProvider.java

/**
 * Provides a label and icon for objects of type {@HDF5NodeLink}.
 */
public class HDF5LabelProvider extends LabelProvider
        implements ILabelProvider, ILabelDecorator, IDescriptionProvider {

From source file uk.ac.diamond.sda.navigator.srs.SRSLabelProvider.java

/**
 * Provides a label and icon for objects of type {@link SRSTreeData}.
 */
public class SRSLabelProvider extends LabelProvider
        implements ILabelProvider, IDescriptionProvider, ILabelDecorator {

From source file _org.eclipse.jdt.ui.ProblemsLabelDecorator.java

/**
 * LabelDecorator that decorates an element's image with error and warning overlays that
 * represent the severity of markers attached to the element's underlying resource. To see
 * a problem decoration for a marker, the marker needs to be a subtype of <code>IMarker.PROBLEM</code>.
 * <p>
 * <b>Important</b>: Although this decorator implements ILightweightLabelDecorator, do not contribute this