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 gov.redhawk.ide.debug.internal.ui.LocalLaunchDecorator.java

/**
 * 
 */
public class LocalLaunchDecorator extends LabelProvider implements ILightweightLabelDecorator {

    /**

From source file gov.redhawk.ide.sdr.internal.ui.IdlLibraryDecorator.java

/**
 * 
 */
public class IdlLibraryDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private final Adapter libraryListener = new AdapterImpl() {

From source file gov.redhawk.ide.sdr.internal.ui.SdrRootDecorator.java

/**
 * 
 */
public class SdrRootDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private final Adapter sdrRootListener = new AdapterImpl() {

From source file gov.redhawk.ide.spd.internal.ui.editor.provider.PrimaryImplementationDecorator.java

/**
 * 
 */
public class PrimaryImplementationDecorator extends LabelProvider implements ILightweightLabelDecorator {

    /**

From source file gov.redhawk.internal.ui.editor.validation.EmfValidatorLabelDecorator.java

public class EmfValidatorLabelDecorator extends LabelProvider implements ILightweightLabelDecorator {

    /**
     * @see org.eclipse.jface.viewers.ILightweightLabelDecorator#decorate(java.lang.Object,
     *      org.eclipse.jface.viewers.IDecoration)
     */

From source file gov.redhawk.sca.internal.ui.ScaDomainManagerDecorator.java

public class ScaDomainManagerDecorator extends LabelProvider implements ILightweightLabelDecorator {

    /** The adapter. */
    private final Adapter adapter = new AdapterImpl() {
        @Override
        public void notifyChanged(final Notification msg) {

From source file gov.redhawk.sca.internal.ui.StatusDataProviderDecorator.java

/**
 * 
 */
public class StatusDataProviderDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private boolean disposed;

From source file gov.redhawk.sca.model.provider.refresh.internal.ui.RefreshDataProviderDecorator.java

/**
 * 
 */
public class RefreshDataProviderDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private class PropertyListener implements PropertyChangeListener {

From source file info.limpet.ui.decorators.LimpetDecorator.java

public class LimpetDecorator implements ILightweightLabelDecorator {

    private static final ImageDescriptor TIME;

    private static final ImageDescriptor SINGLE;

From source file it.intecs.pisa.develenv.ui.decorators.TOOLBOXProjectDecorator.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