Class ParametersItemProvider
java.lang.Object
org.eclipse.emf.edit.provider.ItemProviderDecorator
org.palladiosimulator.editors.commons.dialogs.parameters.ParametersItemProvider
- All Implemented Interfaces:
IChangeNotifier
,IDisposable
,IItemLabelProvider
,IItemProviderDecorator
,INotifyChangedListener
,ITableItemLabelProvider
public class ParametersItemProvider
extends ItemProviderDecorator
implements ITableItemLabelProvider, IItemLabelProvider
This class is a decorator for the generated EMF.Edit item providers. It provides item providers
which are used in the operations tab of the tabbed properties sheet when editing interfaces. It
implements ITableItemLabelProvider to display the given EObject in a tabular form. Additionally
it provided the labels by partcial delegation to the original IItemLabelProvider.
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.provider.ItemProviderDecorator
adapterFactory, changeNotifier, decoratedItemProvider
-
Constructor Summary
ConstructorDescriptionParametersItemProvider
(AdapterFactory adapterFactory) Inherited default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetColumnImage
(Object object, int columnIndex) Gets the column image.getColumnText
(Object element, int columnIndex) Gets the column text.Methods inherited from class org.eclipse.emf.edit.provider.ItemProviderDecorator
addListener, createCommand, dispose, fireNotifyChanged, getAdapterFactory, getBackground, getBackground, getChildren, getDecoratedItemProvider, getEditableValue, getElements, getFont, getFont, getForeground, getForeground, getImage, getNewChildDescriptors, getParent, getPropertyDescriptor, getPropertyDescriptors, getText, 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, getText
-
Constructor Details
-
ParametersItemProvider
Inherited default constructor.- Parameters:
adapterFactory
- the adapter factory
-
-
Method Details
-
getColumnImage
Gets the column image.- Specified by:
getColumnImage
in interfaceITableItemLabelProvider
- Overrides:
getColumnImage
in classItemProviderDecorator
- Parameters:
object
- the objectcolumnIndex
- the column index- Returns:
- the column image
- See Also:
-
getColumnText
Gets the column text.- Specified by:
getColumnText
in interfaceITableItemLabelProvider
- Overrides:
getColumnText
in classItemProviderDecorator
- Parameters:
element
- the elementcolumnIndex
- the column index- Returns:
- the column text
- See Also:
-