List of usage examples for org.eclipse.jface.viewers ILabelDecorator interface-usage
From source file org.eclipse.ui.tests.decorators.TestDecoratorContributor.java
public class TestDecoratorContributor implements ILabelDecorator { public static TestDecoratorContributor contributor; private Set listeners = new HashSet();
From source file org.eclipse.ui.tests.navigator.extension.TestLabelDecorator.java
public class TestLabelDecorator implements ILabelDecorator { /** * */ public TestLabelDecorator() {
From source file org.eclipse.viatra.integration.xcore.modeleditor.DummyDiagnosticDecorator.java
/**
* Based on a verbatim copy of {@link DiagnosticDecorator} by Ed Merks.
*
* My modifications are marked with TODO HACK.
*
* @author istvanrath
From source file org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator.java
/** * A decorator that removes the ".chromium" file extension * in the Project Explorer for the Debug Javascript project files. */ public class ChromiumJavascriptDecorator implements ILabelDecorator {
From source file org.eclipse.wst.jsdt.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.eclipse.wst.jsdt.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.eclipse.wst.jsdt.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.eclipse.wst.server.ui.internal.DefaultServerLabelDecorator.java
/** * * @deprecated since 3.2.2 */ public class DefaultServerLabelDecorator implements ILabelDecorator { protected Map<Object, Image> map = new HashMap<Object, Image>();
From source file org.eclipse.wst.server.ui.internal.ModuleLabelDecorator.java
public class ModuleLabelDecorator extends BaseLabelProvider implements ILabelDecorator { public ModuleLabelDecorator() { super(false); } public Image decorateImage(Image image, Object element) {
From source file org.eclipselabs.matclipse.mconsole.decorators.MatlabDecorator.java
public class MatlabDecorator implements ILabelDecorator { public Image decorateImage(Image image, Object element) { // if (element instanceof IFile) { // IFile file=(IFile) element; // try {