Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.viewers
Interface ILabelProvider

All Superinterfaces:
IBaseLabelProvider

All Known Subinterfaces:
IDebugModelPresentation

All Known Implementing Classes:
DecoratingLabelProvider, LabelProvider


public interface ILabelProvider
extends IBaseLabelProvider

Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element. Used by most structured viewers, except table viewers.


Method Summary
 Image getImage(Object element)
          Returns the image for the label of the given element.
 String getText(Object element)
          Returns the text for the label of the given element.
 
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
 

Method Detail

 

 

getImage

public Image getImage(Object element)

Returns the image for the label of the given element. The image is owned by the label provider and must not be disposed directly. Instead, dispose the label provider when no longer needed.

Parameters:
element - the element for which to provide the label image
Returns:
the image used to label the element, or null if there is no image for the given object


 

 

getText

public String getText(Object element)

Returns the text for the label of the given element.

Parameters:
element - the element for which to provide the label text
Returns:
the text string used to label the element, or null if there is no text label for the given object


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 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, 2004. All rights reserved.