|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.jface.viewers.LabelProvider
org.eclipse.jface.viewers.NamedHandleObjectLabelProvider
public final class NamedHandleObjectLabelProvider
A label provider for instances of NamedHandlerObject
, which
exposes the name as the label.
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 |
---|
public NamedHandleObjectLabelProvider()
Method Detail |
---|
public final java.lang.String getText(java.lang.Object element)
NamedHandleObject
. Otherwise, this
method just returns null
.
getText
in interface ILabelProvider
getText
in class LabelProvider
element
- The element for which the text should be retrieved; may be
null
.
null
if there is no
name or if the element is not a named handle object.
|
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.