Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ILightweightLabelDecorator

All Superinterfaces:
IBaseLabelProvider

public interface ILightweightLabelDecorator
extends IBaseLabelProvider

The ILightweightLabelDecorator is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like an ILabelDecorator.


Method Summary
 void decorate(Object element, IDecoration decoration)
          Calculates decorations based on element.
 
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
 

Method Detail

decorate

public void decorate(Object element,
                     IDecoration decoration)
Calculates decorations based on element.

Parameters:
element - the element to decorate
decoration - the decoration to set

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.