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

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

Introduction

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

Usage

From source file org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.providers.decorators.impl.FilterNodeDecorationService.java

/**
 * @author ljulien
 */
public class FilterNodeDecorationService extends AbstractDecorationService
        implements ILightweightLabelDecorator, IFilterNodeDecorationService {
    private static final String FILTERED = " " //$NON-NLS-1$

From source file org.eclipse.datatools.sqltools.sqleditor.internal.editor.SQLMarkerLabelDecorator.java

/**
 * @author Hui Cao
 *  
 */
public class SQLMarkerLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {

From source file org.eclipse.dltk.internal.ui.rse.RemoteProjectLabelDecorator.java

/**
 * Decorator to append host name for the remote projects.
 */
public class RemoteProjectLabelDecorator extends BaseLabelProvider implements ILightweightLabelDecorator {

    /**

From source file org.eclipse.dltk.mod.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.eclipse.dltk.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>

From source file org.eclipse.ease.modules.unittest.ui.decorators.TestDecorator.java

public class TestDecorator implements ILightweightLabelDecorator {

    private static final String IMAGE_OK = "status_pass.png";
    private static final String IMAGE_ERROR = "status_error.png";
    private static final String IMAGE_FAILURE = "status_failure.png";
    private static final String IMAGE_RUNNING = "status_running.png";

From source file org.eclipse.ease.ui.modules.decorators.ModulesExplorerFieldDecorator.java

public class ModulesExplorerFieldDecorator implements ILightweightLabelDecorator {

    public static String ID = "org.eclipse.ease.ui.modules.decorators.ModulesExplorerFieldDecorator";

    @Override
    public void addListener(ILabelProviderListener listener) {

From source file org.eclipse.ease.ui.modules.decorators.ModulesExplorerMethodDecorator.java

public class ModulesExplorerMethodDecorator implements ILightweightLabelDecorator {

    public static String ID = "org.eclipse.ease.ui.modules.decorators.ModulesExplorerMethodDecorator";

    @Override
    public void addListener(ILabelProviderListener listener) {

From source file org.eclipse.ease.ui.modules.decorators.ModulesExplorerModuleDecorator.java

public class ModulesExplorerModuleDecorator implements ILightweightLabelDecorator {

    public static String ID = "org.eclipse.ease.ui.modules.decorators.ModulesExplorerModuleDecorator";

    @Override
    public void addListener(ILabelProviderListener listener) {

From source file org.eclipse.eatop.examples.explorer.decorators.ModelReferenceDecorator.java

public class ModelReferenceDecorator
        implements ILightweightLabelDecorator, ITransactionalEditingDomainFactoryListener {

    private static ImageDescriptor referenceOverlay = AbstractUIPlugin
            .imageDescriptorFromPlugin(Activator.PLUGIN_ID, Messages.Path_ReferenceOverlayImage);
    private static ImageDescriptor instanceRefOverlay = AbstractUIPlugin