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 com.nextep.designer.synch.ui.decorators.DataSynchronizationDecorator.java

public class DataSynchronizationDecorator implements ILightweightLabelDecorator {

    /** The integer value representing the placement options */
    private int quadrant;

    /**

From source file com.nextep.designer.vcs.ui.decorators.MarkersDecorator.java

/**
 * An example showing how to control when an element is decorated. This example decorates only
 * elements that are instances of IResource and whose attribute is 'Read-only'.
 * 
 * @see ILightweightLabelDecorator
 */

From source file com.nextep.designer.vcs.ui.decorators.UserLockDecorator.java

public class UserLockDecorator implements ILightweightLabelDecorator {

    /** The integer value representing the placement options */
    private int quadrant;

    /**

From source file com.nextep.designer.vcs.ui.decorators.VersionableDecorator.java

/**
 * An example showing how to control when an element is decorated. This example decorates only
 * elements that are instances of IResource and whose attribute is 'Read-only'.
 * 
 * @see ILightweightLabelDecorator
 */

From source file com.nokia.tools.variant.confml.ui.views.ConfMLNavigatorLabelDecorator.java

public class ConfMLNavigatorLabelDecorator extends ConfMLViewLabelProvider implements ILightweightLabelDecorator {

    EMap<String, EAppFeature> parentFeatures;

    public void decorate(Object element, IDecoration decoration) {
        if (element instanceof EAppFeature) {

From source file com.nokia.tools.vct.confml.editor.include.xincmodel.presentation.BadIncludeReferenceDecorator.java

public class BadIncludeReferenceDecorator implements ILightweightLabelDecorator {
    private ImageDescriptor descr;

    public BadIncludeReferenceDecorator() {
    }

From source file com.nokia.tools.vct.confml.editor.view.viewers.ViewTreeViewerLabelDecorator.java

public class ViewTreeViewerLabelDecorator implements ILightweightLabelDecorator {
    static final int ERROR = 1;
    static final int WARNING = 2;
    private ListenerList listeners;
    private ImageDescriptor errorDescriptor;
    private ImageDescriptor warningDescriptor;

From source file com.nokia.tools.vct.navigator.confml.ConfMLMarkerDecorator.java

public class ConfMLMarkerDecorator implements ILightweightLabelDecorator {

    private ListenerList listeners;
    private ImageDescriptor errorDescriptor;
    private ImageDescriptor warningDescriptor;

From source file com.nokia.tools.vct.navigator.layer.RootFileDecorator.java

public class RootFileDecorator implements ILightweightLabelDecorator {

    private ListenerList listeners;
    private ImageDescriptor rootDescriptor;

    public RootFileDecorator() {

From source file com.nokia.tools.vct.navigator.sign.SignatureDecorator.java

public class SignatureDecorator implements ILightweightLabelDecorator {

    private ListenerList listenerList;

    public SignatureDecorator() {
        listenerList = new ListenerList();