List of usage examples for org.eclipse.jface.viewers ILabelDecorator interface-usage
From source file at.medevit.plugin.alpha.decorator.ListElementDecorator.java
public class ListElementDecorator implements ILabelDecorator { @Override public void addListener(ILabelProviderListener listener) { // TODO Auto-generated method stub
From source file au.gov.ga.earthsci.catalog.part.CatalogTreeLabelProvider.java
/**
* A {@link IControlProvider} for the catalog browser tree
*
* @author James Navin (james.navin@ga.gov.au)
* @author Michael de Hoog (michael.dehoog@ga.gov.au)
*/
From source file au.gov.ga.earthsci.catalog.ui.CatalogTreeLabelProvider.java
/**
* A {@link IControlProvider} for the catalog browser tree
*
* @author James Navin (james.navin@ga.gov.au)
* @author Michael de Hoog (michael.dehoog@ga.gov.au)
*/
From source file co.edu.unal.colswe.changescribe.core.decorator.ProblemLabelDecorator.java
/**
* Label decorator for warning/error problem markers (used in Staging View and
* Commit Dialog).
* <p>
* Users must make the decoratable element implement {@link IProblemDecoratable}.
*/
From source file com.amazonaws.eclipse.sdk.ui.SdkDecorator.java
/** * This class decorates the Project Explorer entry for the AWS SDK for Java * classpath container to include a higlighted version number, making it easily * available at a glance rather than from the Properties window. */ public class SdkDecorator implements ILabelDecorator {
From source file com.aptana.editor.js.views.JSIndexViewLabelProvider.java
/** * JSIndexViewLabelProvider */ public class JSIndexViewLabelProvider implements ILabelProvider, ILabelDecorator { private static final Image CLASS_ICON = JSPlugin.getImage("icons/class.png"); //$NON-NLS-1$
From source file com.aptana.ide.search.AptanaExtraDecorator.java
/** * adds annotation with match count to folders. */ final class AptanaExtraDecorator implements ILabelDecorator { /** * owner
From source file com.aptana.ide.search.ui.filesystem.AptanaExtraDecorator.java
/** * adds annotation with match count to folders. */ final class AptanaExtraDecorator implements ILabelDecorator { /** *
From source file com.aptana.ide.ui.io.navigator.ConnectionPointLabelDecorator.java
/** * @author Michael Xia (mxia@aptana.com) */ public class ConnectionPointLabelDecorator implements ILabelDecorator { public void addListener(ILabelProviderListener listener) {
From source file com.aptana.ide.views.outline.UnifiedOutlineProvider.java
/** * @author Kevin Lindsey */ public final class UnifiedOutlineProvider implements ITreeContentProvider, ILabelProvider, IColorProvider, IFontProvider, ILabelDecorator { /**