public class DefaultDescriptionLabelProvider extends DeclarativeLabelProvider
| Constructor and Description |
|---|
DefaultDescriptionLabelProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getImageForURI(org.eclipse.emf.common.util.URI uri) |
Object |
image(IEObjectDescription element) |
Object |
image(IReferenceDescription referenceDescription)
This method is only invoked if the containerEObjectURI of the
IReferenceDescription is null, i.e. |
Object |
image(IResourceDescription element) |
Object |
text(IEObjectDescription element) |
Object |
text(IReferenceDescription referenceDescription)
This method is only invoked if the containerEObjectURI of the
IReferenceDescription is null, i.e. |
Object |
text(IResourceDescription element) |
doGetImage, doGetText, handleImageError, handleTextError, image, image, text, textconvertToImage, convertToImageDescriptor, convertToString, convertToStyledString, getDefaultImage, getDefaultStyledText, getDefaultText, getImage, getImageDescriptor, getStyledText, getText, setImageHelperaddListener, dispose, fireLabelProviderChanged, isLabelProperty, removeListeneraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectpublic Object image(IEObjectDescription element)
public Object image(IResourceDescription element)
public Object image(IReferenceDescription referenceDescription)
IReferenceDescription is null, i.e. the
reference is owned by an element without any indexed container.protected Object getImageForURI(org.eclipse.emf.common.util.URI uri)
public Object text(IEObjectDescription element)
public Object text(IResourceDescription element)
public Object text(IReferenceDescription referenceDescription)
IReferenceDescription is null, i.e. the
reference is owned by an element without any indexed container.Copyright © 2016. All Rights Reserved.