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.emf.emfstore.internal.client.ui.decorators.ChildrenDecorator.java

/**
 * This decorator shows a link icon on item which are shown as children of a parent in Navigator, but are not actually
 * contained in that parent. (i.e. model elements shown under a WorkItemMeetingSection)
 * 
 * @author Hodaie
 */

From source file org.eclipse.emf.emfstore.internal.client.ui.decorators.ModelElementDirtyDecorator.java

/**
 * The decorator to show dirty state of an element shown in viewers.
 * 
 * @author Helming
 */
public class ModelElementDirtyDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.emf.emfstore.internal.client.ui.decorators.ProjectSpaceDirtyDecorator.java

/**
 * The decorator to show dirty state of an element shown in viewers.
 * 
 * @author Helming
 */
public class ProjectSpaceDirtyDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.emf.emfstore.internal.client.ui.decorators.UsernameDecorator.java

/**
 * Decorator to show the username for a ProjectSpace.
 * 
 * @author Shterev
 */
public class UsernameDecorator extends AdapterImpl implements ILightweightLabelDecorator {

From source file org.eclipse.emf.emfstore.internal.client.ui.decorators.VersionDecorator.java

/**
 * The decorator that shows the version of a ProjectSpace.
 * 
 * @author Helming
 */
public class VersionDecorator extends AdapterImpl

From source file org.eclipse.epf.authoring.ui.providers.MethodElementLightweightLabelDecorator.java

/**
 * @author Phong Nguyen Le
 * @since  1.1
 */
public class MethodElementLightweightLabelDecorator implements ILightweightLabelDecorator {
    private static ImageDescriptor overlay = null;

From source file org.eclipse.epf.authoring.ui.providers.ProblemsLabelDecorator.java

/**
 * Code taken from org.eclipse.jdt.ui.ProblemsLabelDecorator 
 *
 */
public class ProblemsLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {

From source file org.eclipse.flux.ui.integration.CloudProjectDecorator.java

/**
 * @author Martin Lippert
 * @author Miles Parker
 */
public class CloudProjectDecorator extends LabelProvider implements ILightweightLabelDecorator {

From source file org.eclipse.jdt.internal.ui.AbstractJavaElementLabelDecorator.java

public abstract class AbstractJavaElementLabelDecorator implements ILightweightLabelDecorator {

    private class DecoratorElementChangeListener implements IElementChangedListener {

        /**
         * {@inheritDoc}

From source file org.eclipse.jdt.ui.examples.JavaElementLightweightDecorator.java

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

    private class FileBufferListener implements IFileBufferListener {