List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file com.android.ide.eclipse.adt.project.FolderDecorator.java
/** * A {@link ILabelDecorator} associated with an org.eclipse.ui.decorators extension. * This is used to add android icons in some special folders in the package explorer. */ public class FolderDecorator implements ILightweightLabelDecorator {
From source file com.android.ide.eclipse.auidt.internal.project.FolderDecorator.java
/** * A {@link ILabelDecorator} associated with an org.eclipse.ui.decorators extension. * This is used to add android icons in some special folders in the package explorer. */ public class FolderDecorator implements ILightweightLabelDecorator {
From source file com.aptana.editor.decorator.ProblemsLabelDecorator.java
/** * A lightweight label decorator that looks into IResource markers and decorate with errors or warnings. */ public class ProblemsLabelDecorator implements ILightweightLabelDecorator { private static final int ERROR = IMarker.SEVERITY_ERROR;
From source file com.aptana.git.ui.internal.GitLightweightDecorator.java
public class GitLightweightDecorator extends BaseLabelProvider implements ILightweightLabelDecorator, IGitRepositoryListener, IGitRepositoriesListener { public static final String UNTRACKED_IMAGE = "icons/ovr/untracked.gif"; //$NON-NLS-1$ public static final String STAGED_ADDED_IMAGE = "icons/ovr/staged_added.gif"; //$NON-NLS-1$ public static final String STAGED_REMOVED_IMAGE = "icons/ovr/staged_removed.gif"; //$NON-NLS-1$
From source file com.aptana.ide.debug.internal.ui.decorators.StartPageDecorator.java
/** * @author Max Stepanov */ public class StartPageDecorator implements ILightweightLabelDecorator, StartPageManager.IStartPageChangeListener { private static final ImageDescriptor START_PAGE;
From source file com.aptana.ide.server.ui.decorators.StartPageDecorator.java
/** * StartPageDecorator */ public class StartPageDecorator implements ILightweightLabelDecorator, Observer { private static final ImageDescriptor START_PAGE; private IResource decoratedResource;
From source file com.aptana.ide.syncing.ui.decorators.CloakedLabelDecorator.java
/** * A class to decorate which objects are cloaked from synchronization. * * @author Michael Xia (mxia@aptana.com) */ public class CloakedLabelDecorator implements ILightweightLabelDecorator {
From source file com.aptana.ide.syncing.ui.decorators.SiteSourceDecorator.java
public class SiteSourceDecorator implements ILightweightLabelDecorator { private static final ImageDescriptor IMAGE = SyncingUIPlugin .getImageDescriptor("icons/full/obj16/sync_decorator.gif"); //$NON-NLS-1$ /**
From source file com.aptana.js.debug.ui.internal.decorators.StartPageDecorator.java
/** * @author Max Stepanov */ public class StartPageDecorator implements ILightweightLabelDecorator, StartPageManager.IStartPageChangeListener { private static final ImageDescriptor START_PAGE;
From source file com.arm.cmsis.pack.project.ui.RteProjectDecorator.java
/** * Class to decorate RTE items in Project explorer for RTE projects * * @see ILightweightLabelDecorator */ public class RteProjectDecorator implements ILightweightLabelDecorator {