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 nl.hostnet.deadfiles.decorators.DeadFileDecorator.java

/**
 * 
 * @see ILightweightLabelDecorator
 */
public class DeadFileDecorator implements ILightweightLabelDecorator {

From source file org.absmodels.abs.plugin.decorators.FolderDecorator.java

/**
 * This Decorator is used for decorating folders with the ABS project icon. Only
 * those folders containing ABS files or contain folders with ABS files are
 * decorated
 * 
 * @author cseise

From source file org.absmodels.abs.plugin.decorators.ModuleDecorator.java

/**
 * Class for decorating {@link ModuleDecl} and {@link ModulePath} instances with
 * error markers
 * 
 * @author cseise
 * 

From source file org.apache.derby.ui.decorate.DerbyIsRunningDecorator.java

public class DerbyIsRunningDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private static final ImageDescriptor derbyRunningImageDesc = ImageDescriptor.createFromURL(
            Platform.getBundle(CommonNames.UI_PATH).getEntry("/icons/" + CommonNames.ISRUNNING + ".gif"));

    public void decorate(Object element, IDecoration decoration) {

From source file org.apache.directory.studio.ldapbrowser.ui.views.browser.BrowserViewLabelDecorator.java

/**
 * This class implements the label decorator for the browser view. It adds
 * an overlay image to the main image to mark search results, filtered
 * entries and inconsistent entries.
 *
 * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>

From source file org.apache.directory.studio.schemaeditor.view.SchemaEditorSchemaCheckerLabelDecorator.java

/**
 * This class is the Schemas Editor Schema Checker Label Decorator. 
 * It displays specific icons overlays for attribute types and object classes 
 * based on their state in the schema checker.
 *
 * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>

From source file org.apache.directory.studio.schemaeditor.view.SchemaEditorTypeLabelDecorator.java

/**
 * This class is the Schemas Editor Type Label Decorator. 
 * It displays specific icons overlays for attribute types and object classes.
 *
 * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
 */

From source file org.apache.hadoop.eclipse.ui.internal.hdfs.HDFSLightweightLabelDecorator.java

public class HDFSLightweightLabelDecorator implements ILightweightLabelDecorator {

    private static final Logger logger = Logger.getLogger(HDFSLightweightLabelDecorator.class);

    /**
     * 

From source file org.apache.openjpa.eclipse.ui.ProjectDecorator.java

/**
 * Decorates the project root node with an image if OpenJPA nature is enabled for the project.
 * 
 * @author Pinaki Poddar
 *
 */

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;
    }