List of usage examples for org.eclipse.jface.viewers ILabelDecorator interface-usage
From source file com.astra.ses.spell.gui.model.outline.OutlineDecorator.java
public class OutlineDecorator implements ILabelDecorator { /** Category decorating image */ private ImageDescriptor m_categoryImage; public OutlineDecorator() {
From source file com.funkyroach.use.ui.outline.USOutlineLabelDecorator.java
public class USOutlineLabelDecorator extends BaseLabelProvider implements ILabelDecorator { @Override public Image decorateImage(Image image, Object element) { // TODO return image;
From source file com.google.dart.tools.ui.callhierarchy.CallHierarchyLabelDecorator.java
/** * Label decorator 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 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.iw.plugins.spindle.ui.decorators.TapestryProjectLableDecorator.java
public class TapestryProjectLableDecorator extends LabelProvider implements ILabelDecorator, IResourceChangeListener { static public String TAP_PROJECT_IMAGE = TapestryPlugin.ID_PLUGIN + ".TAP+PROJECT_IMAGE"; private ImageDescriptorRegistry registry = new ImageDescriptorRegistry();
From source file com.javadude.antxr.eclipse.ui.AntxrLabelDecorator.java
/** * Decorates the text for generated files */ public class AntxrLabelDecorator extends LabelProvider implements ILabelDecorator { /** {@inheritDoc} */ public void dispose() {
From source file com.matlab.eclipse.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 {
From source file com.microsoft.tfs.client.eclipse.ui.sync.SynchronizeLabelDecorator.java
public class SynchronizeLabelDecorator implements ILabelDecorator { private static final Log log = LogFactory.getLog(SynchronizeLabelDecorator.class); private final Subscriber subscriber; private volatile boolean decorate;
From source file com.mobilesorcery.sdk.ui.internal.decorators.ExcludedResourceDecorator.java
public class ExcludedResourceDecorator extends LabelProvider implements ILabelDecorator { public final static String ID = "com.mobilesorcery.sdk.ui.decorator.excluderesource"; public ExcludedResourceDecorator() {