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 libgdxplugin.decorators.ReadOnly.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 metabest.ui.decorators.TestcaseFolderDecorator.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 metabup.decorators.MetaBupProjectDecorator.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 metabup.sketches.decorators.LegendFolderDecorator.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 mm.eclipse.trac.views.TracLabelDecorator.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 msi.gama.lang.gaml.ui.decorators.GamlDecorator.java

/**
 * Simple decorator for error and warning
 *
 */
public class GamlDecorator implements ILightweightLabelDecorator {

From source file net.bhl.cdt.ui.decorators.IsStartableDecorator.java

/**
 * This Decorator signals whether a ProcessElement is startable.
 * 
 * @author martin.glas
 */
public class IsStartableDecorator extends LabelProvider implements ILightweightLabelDecorator {

From source file net.bioclipse.structuredb.viewer.StructureDBLightweightLabelDecorator.java

/**
 * @author jonalv
 *
 */
public class StructureDBLightweightLabelDecorator extends LabelProvider
        implements ILightweightLabelDecorator, IStructureDBLabelDecoratorChangeListener {

From source file net.refractions.udig.project.ui.internal.LayerStateDecorator.java

/**
 * Listen to state changes such as isDirty.
 * <p>
 * This would be better handled as a series of lightweight decorators if such things can be aranged.
 * </p>
 * 

From source file net.refractions.udig.project.ui.internal.LayerStatusDecorator.java

/**
 * Communicate Layer state to the user.
 * <p>
 * Note we may need to squirl away the clock number in the layer blackboard to keep it spinning
 * smoothly.
 * </p>