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.ecp.emfstore.internal.ui.decorator.ProjectEMFStoreDirtyDecorator.java

/**
 * Dirty Decorator for Projects.
 *
 * @author Tobias Verhoeven
 */
public class ProjectEMFStoreDirtyDecorator implements ILightweightLabelDecorator {

From source file org.eclipse.emf.ecp.emfstore.internal.ui.decorator.RepositoryViewBranchDecorator.java

/**
 * Optional decorator. Not used in extension point
 *
 * @author jfaltermeier
 *
 */

From source file org.eclipse.emf.ecp.emfstore.internal.ui.decorator.RepositoryViewLabelDecorator.java

/**
 * Decorates the label of a {@link org.eclipse.emf.emfstore.internal.client.model.ServerInfo} object according to its
 * login state.
 *
 * @author Eugen Neufeld
 * @see ILightweightLabelDecorator

From source file org.eclipse.emf.ecp.validation.connector.ValidationFailedDecorator.java

/**
 * This class decorates the navigator if the validation of a project fails.
 *
 * @author Eugen Neufeld
 * @author emueller
 */

From source file org.eclipse.emf.emfstore.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.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.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.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.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.emf.emfstore.client.ui.views.emfstorebrowser.provider.ESBrowserLabelDecorator.java

/**
 * @see ILightweightLabelDecorator
 */
public class ESBrowserLabelDecorator extends LabelProvider
        implements ILightweightLabelDecorator, LoginObserver, LogoutObserver {