List of usage examples for org.eclipse.jface.viewers DecoratingLabelProvider subclass-usage
From source file org.reuseware.application.taipan.gmf.editor.properties.TaiPanPropertiesLabelProvider.java
/** * @generated */ public class TaiPanPropertiesLabelProvider extends DecoratingLabelProvider { /**
From source file org.reuseware.application.taipan.gmf.editor.sheet.TaiPanSheetLabelProvider.java
/** * @generated */ public class TaiPanSheetLabelProvider extends DecoratingLabelProvider { /**
From source file org.rubypeople.rdt.internal.ui.search.ColorDecoratingLabelProvider.java
public class ColorDecoratingLabelProvider extends DecoratingLabelProvider implements IColorProvider { public ColorDecoratingLabelProvider(ILabelProvider provider, ILabelDecorator decorator) { super(provider, decorator); }
From source file org.rubypeople.rdt.internal.ui.viewsupport.DecoratingRubyLabelProvider.java
public class DecoratingRubyLabelProvider extends DecoratingLabelProvider implements IColorProvider { /** * Decorating label provider for Ruby. Combines a RubyUILabelProvider * with problem and override indicuator with the workbench decorator (label * decorator extension point).
From source file org.springframework.ide.eclipse.aop.ui.matcher.internal.PointcutMatcherLabelProvider.java
/**
* Label provider that provides label and images for pointcut matches.
* <p>
* Handles decoration of images by installing {@link ILabelDecorator} and
* delegating to the {@link WorkbenchLabelProvider}.
* @author Christian Dupuis