Java 类org.eclipse.jface.viewers.ILightweightLabelDecorator 实例源码

项目:gef-gwt    文件:IDecoratorManager.java   
/**
 * Returns the lightweight label decorator instance for the specified
 * decorator id if it is enabled. Otherwise returns <code>null</code>.
 * Returns <code>null</code> for heavyweight decorators. Use
 * <code>getLabelDecorator</code> instead for heavyweight decorators.
 * 
 * @param decoratorId
 *            the decorator id
 * @return the lightweight label decorator
 * @deprecated use getBaseLabelProvider(String) instead.
 */
ILightweightLabelDecorator getLightweightLabelDecorator(String decoratorId);