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.ibm.research.tagging.resource.decorators.ResourceWaypointDecorator.java

/**
 * decorates a list of resources in the workspace
 * 
 * @tag todo optimize resources package-explorer decorator : this is a fairly simplistic approach to decorating - run through a list every time and redecorate.  this needs to be optimized if working with large workspaces
 *  
 * @author Li-Te Cheng

From source file com.iw.plugins.spindle.ui.decorators.AbstractDecorator.java

/**
 * Base class for label decorators
 * 
 * @author glongman@gmail.com
 */
public abstract class AbstractDecorator implements ILightweightLabelDecorator, TapestryCore.ICoreListener {

From source file com.iw.plugins.spindle.ui.decorators.ContextRootDecorator.java

/**
 * Decorator that indicates Tapestry projects
 * 
 * @author glongman@gmail.com
 */
public class ContextRootDecorator extends AbstractDecorator

From source file com.iw.plugins.spindle.ui.decorators.ProjectDecorator.java

/**
 *  Decorator that indicates Tapestry projects TODO not needed anymore?
 * 
 * @author glongman@gmail.com
 * @version $Id$
 */

From source file com.iw.plugins.spindle.ui.decorators.ProjectInfoDecorator.java

/**
 * Decorator that indicates extra info about Tapestry projects
 * 
 * @author glongman@gmail.com
 */
public class ProjectInfoDecorator extends AbstractDecorator implements ILightweightLabelDecorator {

From source file com.liferay.ide.gradle.ui.WatchDecorator.java

/**
 * @author Terry Jia
 */
public class WatchDecorator extends LabelProvider implements ILightweightLabelDecorator {

    @Override

From source file com.liferay.ide.kaleo.ui.navigator.WorkflowDefinitionsDecorator.java

/**
 * @author Greg Amerson
 */
public class WorkflowDefinitionsDecorator extends LabelProvider implements ILightweightLabelDecorator
// implements IColorProvider, IFontProvider, IStyledLabelProvider
{

From source file com.liferay.ide.project.ui.LiferayPluginProjectDecorator.java

/**
 * @author Greg Amerson
 * @author Terry Jia
 */
public class LiferayPluginProjectDecorator extends LabelProvider implements ILightweightLabelDecorator {

From source file com.liferay.ide.project.ui.migration.MigrationDecorator.java

/**
 * @author Gregory Amerson
 * @author Terry Jia
 */
public class MigrationDecorator extends BaseLabelProvider implements ILightweightLabelDecorator {

From source file com.liferay.ide.server.ui.navigator.BundlesDecorator.java

/**
 * @author Gregory Amerson
 */
public class BundlesDecorator extends LabelProvider implements ILightweightLabelDecorator {

    private static final String BUNDLES_FOLDER_NAME = "OSGi Bundles";