List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file net.refractions.udig.project.ui.internal.TemporaryLayerDecorator.java
/**
* Indicates that the layer is a temporary layer by putting a start on the icon.
*
* @author Jesse
* @since 1.1.0
*/
From source file net.sf.freeqda.view.projectview.TextNodeLightweightDecorator.java
public class TextNodeLightweightDecorator implements ILightweightLabelDecorator { private static final String PREFIX_ACTIVATED = "[x] "; //$NON-NLS-1$ private static final String PREFIX_DEACTIVATED = "[-] "; //$NON-NLS-1$ private static final String CODE_COUNT_PREFIX = " ("; //$NON-NLS-1$ private static final String CODE_COUNT_POSTFIX = ")"; //$NON-NLS-1$
From source file net.sf.freeqda.view.tagview.TagNodeLightweightDecorator.java
public class TagNodeLightweightDecorator implements ILightweightLabelDecorator { private static final String COUNTER_PREFIX = " ("; //$NON-NLS-1$ private static final String COUNTER_POSTFIX = ")"; //$NON-NLS-1$ private final List<ILabelProviderListener> listenerList = new LinkedList<ILabelProviderListener>();
From source file net.sf.vex.editor.config.BuildProblemDecorator.java
/** * Decorates Vex resources that build problems. */ public class BuildProblemDecorator extends LabelProvider implements ILightweightLabelDecorator { public static final String ID = "net.sf.vex.editor.config.buildProblemDecorator"; //$NON-NLS-1$
From source file net.sf.vex.editor.config.PluginProjectDecorator.java
/** * Decorates Vex projects with the Vex logo. */ public class PluginProjectDecorator implements ILightweightLabelDecorator { public void decorate(Object element, IDecoration decoration) {
From source file net.sourceforge.c4jplugin.internal.decorators.C4JDecorator.java
/**
* An example showing how to control when an element is decorated. This example
* decorates only elements that are instances of IResource and whose attribute
* is 'Read-only'.
*
* @see ILightweightLabelDecorator
From source file net.sourceforge.eclipseccase.ui.ClearCaseDecorator.java
/** * The ClearCase label decorator. */ public class ClearCaseDecorator extends LabelProvider implements ILightweightLabelDecorator, IResourceStateListener, IResourceChangeListener {
From source file net.sourceforge.taggerplugin.ui.TaggedLabelDecorator.java
public class TaggedLabelDecorator implements ILightweightLabelDecorator, ITagAssociationManagerListener { private static final ImageDescriptor OVERLAY = TaggerActivator.imageDescriptorFromPlugin( TaggerActivator.getDefault().getBundle().getSymbolicName(), "icons/tagger_labeldeco.gif"); private final List<ILabelProviderListener> labelProviderListeners = new LinkedList<ILabelProviderListener>();
From source file net.sourceforge.tagsea.core.ui.decorators.WaypointDecorator.java
/**
* An example showing how to control when an element is decorated. This example
* decorates only elements that are instances of IResource and whose attribute
* is 'Read-only'.
*
* @see ILightweightLabelDecorator
From source file nexcore.tool.uml.ui.project.explorer.ExplorerDecorator.java
/**
* <ul>
* <li> : nexcore.tool.uml.ui.project</li>
* <li> : nexcore.tool.uml.ui.project.explorer</li>
* <li> : ExplorerDecorator</li>
* <li>? : 2009. 11. 30.</li>