List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file org.key_project.key4eclipse.resources.decorator.ProofFileLightweightLabelDecorator.java
/** * Decorates the proof folder of KeY projects. * @author Martin Hentschel */ public class ProofFileLightweightLabelDecorator extends BaseLabelProvider implements ILightweightLabelDecorator { /**
From source file org.key_project.key4eclipse.resources.decorator.ProofFolderLightweightLabelDecorator.java
/** * Decorates the proof folder of KeY projects. * @author Martin Hentschel */ public class ProofFolderLightweightLabelDecorator extends BaseLabelProvider implements ILightweightLabelDecorator { /**
From source file org.locationtech.udig.project.ui.internal.LayerStateDecorator.java
/**
* Listen to state changes such as isDirty.
* <p>
* This would be better handled as a series of lightweight decorators if such things can be aranged.
* </p>
*
From source file org.locationtech.udig.project.ui.internal.LayerStatusDecorator.java
/**
* Communicate Layer state to the user.
* <p>
* Note we may need to squirl away the clock number in the layer blackboard to keep it spinning
* smoothly.
* </p>
From source file org.locationtech.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 org.marketcetera.photon.strategy.engine.ui.StrategyEngineStatusDecorator.java
/**
* Decorates Strategy Engine objects based on their status. This is a
* {@link ILightweightLabelDecorator} which is primarily intended to be used
* declaratively with the Eclipse Workbench's DecorationManager for efficient
* background decoration. However, it doesn't have any direct dependencies on
* the workbench and could be used outside the workbench by creating a
From source file org.mxupdate.eclipse.Decorator.java
/** * * @author Tim Moxter * @version $Id$ */ public class Decorator implements ILightweightLabelDecorator {
From source file org.mxupdate.eclipse.mxadapter.MXDecorator.java
/**
* MX Update Eclipse plug-in specific decorator which evaluates depending on
* the file prefixes and suffixes the related images.
*
* @author The MxUpdate Team
* @version $Id$
From source file org.mxupdate.eclipse.MXDecorator.java
/**
* MX Update Eclipse plug-in specific decorator which evaluates depending on
* the file prefixes and suffixes the related images.
*
* @author The MxUpdate Team
* @version $Id$
From source file org.netxms.ui.eclipse.actionmanager.ServerActionDecorator.java
/** * Label decorator for server actions * */ public class ServerActionDecorator implements ILightweightLabelDecorator { private ImageDescriptor disabledMark;