List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file com.bb.extensions.plugin.unittests.internal.navigator.decorators.MocksUpdateDecorator.java
/** * @author nbilal * */ public class MocksUpdateDecorator implements ILightweightLabelDecorator {
From source file com.centimia.orm.jaqu.plugin.decorator.ResourceDecorator.java
/** * @author shai * */ public class ResourceDecorator implements ILightweightLabelDecorator {
From source file com.codenvy.eclipse.ui.team.CodenvyLightweightLabelDecorator.java
/**
* {@link ILightweightLabelDecorator} implementation used to decorate {@link IResource} of a project linked to Codenvy.
*
* @author Kevin Pollet
* @see CodenvyProvider
*/
From source file com.google.dart.tools.ui.internal.filesview.FilesViewLightweightDecorator.java
/** * Decorator for files view contents. */ public class FilesViewLightweightDecorator implements ILightweightLabelDecorator, IResourceChangeListener { private static ImageDescriptor DESC_READ_ONLY = DartToolsPlugin .getImageDescriptor("icons/full/ovr16/lock_ovr.png");
From source file com.google.dart.tools.ui.internal.libraryview.DartLightweightDecorator.java
/** * An error decorator for Dart elements. */ public class DartLightweightDecorator implements ILightweightLabelDecorator, IResourceChangeListener { List<ILabelProviderListener> listeners;
From source file com.google.dart.tools.ui.OverrideIndicatorLabelDecorator.java
/**
* LabelDecorator that decorates an method's image with override or implements overlays. The viewer
* using this decorator is responsible for updating the images on element changes.
* <p>
* This class may be instantiated; it is not intended to be subclassed.
* </p>
From source file com.google.dart.tools.ui.ProblemsLabelDecorator.java
/**
* LabelDecorator that decorates an element's image with error and warning overlays that represent
* the severity of markers attached to the element's underlying resource. To see a problem
* decoration for a marker, the marker needs to be a subtype of <code>IMarker.PROBLEM</code>.
* <p>
* <b>Important</b>: Although this decorator implements ILightweightLabelDecorator, do not
From source file com.google.gdt.eclipse.managedapis.ui.ManageApiInfoDecorator.java
/** * Display update available decoration on icons where the corresponding * ManagedApi has an update available. */ @SuppressWarnings("restriction") public class ManageApiInfoDecorator extends BaseManagedApiDecorator implements ILightweightLabelDecorator {
From source file com.google.gdt.eclipse.managedapis.ui.ManagedApiContainerDecorator.java
/** * Customizes icons for ManagedApi classpath containers. */ @SuppressWarnings("restriction") public class ManagedApiContainerDecorator extends BaseManagedApiDecorator implements ILightweightLabelDecorator {
From source file com.hudren.woodpile.views.CategoryViewLabelProvider.java
/** * TODO CategoryViewLabelProvider description * * @author Jeff Hudren */ public class CategoryViewLabelProvider extends LabelProvider implements ILightweightLabelDecorator {