Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ILabelUpdateValidator


public interface ILabelUpdateValidator

The ILabelUpdateValidator is an object provided by the caller of the update that takes objects given to it and determines if they require and update.

Since:
3.2

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


Method Summary
 String shouldUpdate(Object element)
          Return a String that indicates what sort of update should occur on element.
 

Method Detail

shouldUpdate

public String shouldUpdate(Object element)
Return a String that indicates what sort of update should occur on element.

Parameters:
element -
Returns:
String or null if this element should not be updated.

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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