Class CollectionIteratorLabelProvider
java.lang.Object
org.eclipse.emf.edit.provider.ItemProviderDecorator
de.uka.ipd.sdq.pcm.gmf.seff.helper.CollectionIteratorLabelProvider
- All Implemented Interfaces:
IChangeNotifier
,IDisposable
,IItemLabelProvider
,IItemProviderDecorator
,INotifyChangedListener
public class CollectionIteratorLabelProvider
extends ItemProviderDecorator
implements IItemLabelProvider
The Class CollectionIteratorLabelProvider.
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.provider.ItemProviderDecorator
adapterFactory, changeNotifier, decoratedItemProvider
-
Constructor Summary
ConstructorDescriptionCollectionIteratorLabelProvider
(AdapterFactory adapterFactory) Instantiates a new collection iterator label provider. -
Method Summary
Methods inherited from class org.eclipse.emf.edit.provider.ItemProviderDecorator
addListener, createCommand, dispose, fireNotifyChanged, getAdapterFactory, getBackground, getBackground, getChildren, getColumnImage, getColumnText, getDecoratedItemProvider, getEditableValue, getElements, getFont, getFont, getForeground, getForeground, getImage, getNewChildDescriptors, getParent, getPropertyDescriptor, getPropertyDescriptors, getUpdateableText, hasChildren, isAdapterForType, notifyChanged, removeListener, setDecoratedItemProvider, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.edit.provider.IItemLabelProvider
getImage
-
Constructor Details
-
CollectionIteratorLabelProvider
Instantiates a new collection iterator label provider.- Parameters:
adapterFactory
- the adapter factory
-
-
Method Details
-
getText
Gets the text.- Specified by:
getText
in interfaceIItemLabelProvider
- Overrides:
getText
in classItemProviderDecorator
- Parameters:
object
- the object- Returns:
- the text
- See Also:
-