|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDelayedLabelDecorator
A delayed label decorator is a label decorator that may not have a decoration available immidiately. This interface defines the methods for requesting the preparation of a decorator for an object and for querying if the decorator is ready. Interested parties should register an ILabelProviderListener with a delayed label decorator in order to be informed when the decoration is ready.
Method Summary | |
---|---|
boolean |
prepareDecoration(java.lang.Object element,
java.lang.String originalText)
Prepare the element for decoration. |
Methods inherited from interface org.eclipse.jface.viewers.ILabelDecorator |
---|
decorateImage, decorateText |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
---|
addListener, dispose, isLabelProperty, removeListener |
Method Detail |
---|
boolean prepareDecoration(java.lang.Object element, java.lang.String originalText)
element
- The element to be decoratedoriginalText
- The starting text.
true
if the decoration is ready for this element
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.