List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file com.persistent.ui.decorator.LightWeightDecorator.java
/** * This class sets the icon for project * and icon for role folder. */ public class LightWeightDecorator implements ILightweightLabelDecorator {
From source file com.puppetlabs.geppetto.pp.dsl.ui.jdt_ersatz.AggregateErrorLabelDecorator.java
/** * Simple decorator for error and warning (right now hacking/testing). * */ public class AggregateErrorLabelDecorator implements ILightweightLabelDecorator {
From source file com.quantcomponents.ui.algo.ExecutionRunningDecorator.java
public class ExecutionRunningDecorator extends LabelProvider implements ILightweightLabelDecorator { public static final String DECORATOR_ID = "com.quantcomponents.ui.algo.executionRunningDecorator"; @Override public void decorate(Object element, IDecoration decoration) { if (element instanceof TradingAgentExecutionWrapper) {
From source file com.quantcomponents.ui.marketdata.AutoUpdateIconDecorator.java
public class AutoUpdateIconDecorator extends LabelProvider implements ILightweightLabelDecorator { public static final String DECORATOR_ID = "com.quantcomponents.ui.marketdata.autoUpdateDecorator"; @Override public void decorate(Object element, IDecoration decoration) { if (element instanceof StockDatabasePresentationWrapper) {
From source file com.rcpcompany.uibindings.bindingMessages.ValidationLabelDecorator.java
/**
* Label decotator that adds an error or warning overlay to objects with outstanding errors.
* <p>
* The decorator can also propagate the state of child objects to the parents (recursively). This is
* done either by specifying the string "propagate" as a argument to the class as shown below.
* <p>
From source file com.safi.workshop.navigator.DirtyDecorator.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 com.symbian.smt.gui.OutOfSyncDecorator.java
public class OutOfSyncDecorator implements ILightweightLabelDecorator { private static final Bundle bundle = Platform.getBundle("com.symbian.smt.gui"); private static final Path path = new Path("icons/SITK_Decorator_error.gif"); private SmmPartListener temp = new SmmPartListener(); /*
From source file com.synflow.cx.ui.labeling.ProblemsLabelDecorator.java
/**
* This class defines a label decorator that doesn't do much at the moment.
*
* @author Matthieu Wipliez
*
*/
From source file com.synflow.ngDesign.ui.internal.navigator.CxLabelDecorator.java
/**
* This class defines a label decorator.
*
* @author Matthieu Wipliez
*
*/
From source file com.teamunify.eclipse.mylyn.pt.ui.PtTaskListLabelDecorator.java
public class PtTaskListLabelDecorator implements ILightweightLabelDecorator { private static URL baseURL = null; public void decorate(Object element, IDecoration decoration) { if (element instanceof ITask) { ITask task = (ITask) element;