List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file de.ovgu.featureide.ui.decorators.ActiveConfigurationDecorator.java
/**
* A decorator that marks the configuration files that is selected for building.
*
* @author Marcus Leich
*
*/
From source file de.ovgu.featureide.ui.decorators.FeatureFolderDecorator.java
public class FeatureFolderDecorator implements ILightweightLabelDecorator, IFeatureFolderListener { private static final ImageDescriptor OVERLAY = UIPlugin.getDefault().getImageDescriptor("deleted.gif"); private final LinkedList<ILabelProviderListener> listenerList = new LinkedList<ILabelProviderListener>();
From source file de.ovgu.featureide.ui.decorators.FeatureProjectDecorator.java
/** * Adds a small overlay to projects belonging to FeatureIDE. * * @author Tom Brosch */ public class FeatureProjectDecorator implements ILightweightLabelDecorator {
From source file de.ovgu.featureide.ui.mpl.InterfaceProjectDecorator.java
/** * A decorator for MPL projects. * * @author Sebastian Krieter */ public class InterfaceProjectDecorator implements ILightweightLabelDecorator {
From source file de.walware.statet.r.internal.ui.nolazy.RResourceDecorator.java
public class RResourceDecorator extends BaseLabelProvider implements ILightweightLabelDecorator { private static final Path OVR_PATH = new Path("icons/ovr_16"); //$NON-NLS-1$ private static ImageDescriptor fPackageProjectOverlay;
From source file descent.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 eclox.core.ui.DoxyfileDecorator.java
public class DoxyfileDecorator implements ILightweightLabelDecorator { /** * Implements a job change listener */ /**
From source file edu.uci.lighthouse.core.decorators.LighthouseProjectLabelDecorator.java
public class LighthouseProjectLabelDecorator implements ILightweightLabelDecorator { public static final String DECORATOR_ID = "edu.uci.lighthouse.decorators.project"; private static final String ICON = "/icons/lhImported.png"; @Override
From source file edu.wpi.cs.jburge.SEURAT.decorators.SEURATLightWeightDecorator.java
/** * This method does the actual decorating. Like the other decorator files, it was adapted from a demo * (although I'm not sure who "Administrator" is). * @author Administrator */ public class SEURATLightWeightDecorator extends LabelProvider implements ILightweightLabelDecorator {
From source file eu.cloudwave.wp5.feedback.eclipse.performance.ui.decorators.FeedbackProjectNatureEnabledDecorator.java
/** * Decorates all {@link IJavaProject}'s that have the nature of this plugin enabled with an appropriate icon. */ public class FeedbackProjectNatureEnabledDecorator extends LabelProvider implements ILightweightLabelDecorator { private static final String DECORATOR_ICON_PATH = "icons/project-decorator.png";