Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ILabelUpdateProcessor

All Known Implementing Classes:
DecoratingLabelProvider

public interface ILabelUpdateProcessor

ILabelUpdateProcessor is an interface that visits all of the listeners on an IDecoratorManager to determine if updates are required.

Since:
3.2

NOTE: This API is EXPERIMENTAL and subject to change during the 3.2 release cycle.


Method Summary
 void processUpdates(Object element, ILabelUpdateValidator validator)
          element has had some changes.
 

Method Detail

processUpdates

public void processUpdates(Object element,
                           ILabelUpdateValidator validator)
element has had some changes. Use the validator to see what sort of updates are required for any objects looked up using element.

Parameters:
element -
validator -

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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