List of usage examples for org.eclipse.jface.viewers ILabelDecorator interface-usage
From source file org.openoffice.ide.eclipse.core.gui.UnoidlDecorator.java
/**
* For Eclipse a decorator is a small class changing an element
* image and/or label. This decorator replaces the icons for IDL files and
* registries.
*
* @author cedricbosdo
From source file org.org.eclipse.dws.ui.internal.views.LibraryPacksViewLabelDecorator.java
/** * The Class MavenRepositoriesViewLabelDecorator. */ public class LibraryPacksViewLabelDecorator implements ILabelDecorator { /**
From source file org.org.eclipse.dws.ui.internal.views.MavenRepositoriesViewLabelDecorator.java
/** * The Class MavenRepositoriesViewLabelDecorator. */ public class MavenRepositoriesViewLabelDecorator implements ILabelDecorator { /**
From source file org.overture.ide.ui.VdmProblemsLabelDecorator.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 contribute this
From source file org.polarsys.capella.ocl.requester.decorators.AbstractDecorator.java
/**
* Abstract Decorator to help decorates native AND legacy object in JFace
* viewers.
*
* Can accept any EObject and only doDecorate native AND legacy ones.
*
From source file org.python.pydev.navigator.decorator.ProblemsLabelDecorator.java
/** * Decorates problems. * * Based on: org.eclipse.jdt.ui.ProblemsLabelDecorator */ public class ProblemsLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {
From source file org.rubypeople.rdt.internal.ui.callhierarchy.CallHierarchyLabelDecorator.java
/** * LabelDecorator that decorates an method's image with recursion overlays. * The viewer using this decorator is responsible for updating the images on element changes. */ public class CallHierarchyLabelDecorator implements ILabelDecorator {
From source file org.rubypeople.rdt.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.
From source file org.rubypeople.rdt.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 contribute this
From source file org.sonar.ide.eclipse.ui.internal.decorator.SonarAnalysisDateDecorator.java
public class SonarAnalysisDateDecorator implements ILabelDecorator { private SimpleDateFormat sdfDay = new SimpleDateFormat("dd/MM/yyyy"); private SimpleDateFormat sdfTime = new SimpleDateFormat("HH:mm"); public Image decorateImage(Image image, Object element) {