Example usage for org.eclipse.jface.viewers IColorDecorator interface-usage

List of usage examples for org.eclipse.jface.viewers IColorDecorator interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers IColorDecorator interface-usage.

Usage

From source file net.refractions.udig.catalog.ui.ResolveTitlesDecorator.java

/**
 * Decorate labels with actual titles from the info objects.
 * 
 * @author jgarnett
 * @since 0.6.0
 */

From source file net.sourceforge.tagsea.resources.sharing.ui.ConflictWaypointLabelDecorator.java

/**
 * Decorates elements that adapt to IResourceWaypointDescriptor or IResourceWaypointDescriptor[]
 * to see if there is a matching waypoint in the workspace. If the waypoint descriptor represents a
 * new waypoint, then a '<' is prepended to the text. If it is not new, but there are different
 * values for the fields, then the foreground is coloured red.
 * @author Del Myers

From source file net.sourceforge.tagsea.resources.sharing.ui.MultiLabelDecorator.java

class MultiLabelDecorator extends LabelProvider implements ILabelDecorator, IFontDecorator, IColorDecorator {
    private ILabelDecorator[] decorators;

    public MultiLabelDecorator(ILabelDecorator[] decorators) {
        this.decorators = decorators;
    }

From source file org.eclipse.handly.ui.viewer.CompositeLabelDecorator.java

/**
 * Composes multiple label decorators into one.
 */
public class CompositeLabelDecorator
        implements ILabelDecorator, IFontDecorator, IColorDecorator, IDelayedLabelDecorator {
    private ILabelDecorator[] decorators;

From source file org.eclipse.mdht.uml.ui.navigator.DecoratorAdapterFactoryLabelProvider.java

public class DecoratorAdapterFactoryLabelProvider extends AdapterFactoryLabelProvider
        implements IColorDecorator, IFontDecorator {

    private IDecoratorManager decorator = PlatformUI.getWorkbench().getDecoratorManager();

    private ILabelProviderListener labelProviderListener = new ILabelProviderListener() {

From source file org.eclipse.mylyn.internal.context.ui.InterestDecorator.java

/**
 * Not currently used.
 * 
 * @author Mik Kersten
 */
@Deprecated

From source file org.eclipse.mylyn.reviews.r4e.ui.internal.navigator.ReviewNavigatorDecorator.java

/**
 * @author Sebastien Dubois
 * @version $Revision: 1.0 $
 */
public class ReviewNavigatorDecorator implements ILabelDecorator, IFontDecorator, IColorDecorator {

From source file org.eclipse.team.internal.ui.synchronize.MultiLabelDecorator.java

class MultiLabelDecorator extends LabelProvider implements ILabelDecorator, IFontDecorator, IColorDecorator {
    private ILabelDecorator[] decorators;

    public MultiLabelDecorator(ILabelDecorator[] decorators) {
        this.decorators = decorators;
    }

From source file org.eclipse.tycho.targeteditor.RepositoryTableLabelDecorator.java

public class RepositoryTableLabelDecorator implements ILabelDecorator, IColorDecorator {

    @Override
    public void addListener(final ILabelProviderListener listener) {
    }

From source file org.locationtech.udig.catalog.ui.ResolveTitlesDecorator.java

/**
 * Decorate labels with actual titles from the info objects.
 * 
 * @author jgarnett
 * @since 0.6.0
 */