Eclipse Platform
Release 3.2

org.eclipse.jface.viewers
Class NamedHandleObjectLabelProvider

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.jface.viewers.LabelProvider
          extended by org.eclipse.jface.viewers.NamedHandleObjectLabelProvider
All Implemented Interfaces:
IBaseLabelProvider, ILabelProvider

public final class NamedHandleObjectLabelProvider
extends LabelProvider

A label provider for instances of NamedHandlerObject, which exposes the name as the label.

Since:
3.2

Constructor Summary
NamedHandleObjectLabelProvider()
           
 
Method Summary
 java.lang.String getText(java.lang.Object element)
          The text of the element is simply the name of the element if its a defined instance of NamedHandleObject.
 
Methods inherited from class org.eclipse.jface.viewers.LabelProvider
addListener, dispose, fireLabelProviderChanged, getImage, isLabelProperty, removeListener
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedHandleObjectLabelProvider

public NamedHandleObjectLabelProvider()
Method Detail

getText

public final java.lang.String getText(java.lang.Object element)
The text of the element is simply the name of the element if its a defined instance of NamedHandleObject. Otherwise, this method just returns null.

Specified by:
getText in interface ILabelProvider
Overrides:
getText in class LabelProvider
Parameters:
element - The element for which the text should be retrieved; may be null.
Returns:
the name of the handle object; null if there is no name or if the element is not a named handle object.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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