Class ExceptionsItemProvider
java.lang.Object
org.eclipse.emf.edit.provider.ItemProviderDecorator
org.palladiosimulator.editors.commons.dialogs.exception.ExceptionsItemProvider
- All Implemented Interfaces:
IChangeNotifier,IDisposable,IItemLabelProvider,IItemProviderDecorator,INotifyChangedListener,ITableItemLabelProvider
public class ExceptionsItemProvider
extends ItemProviderDecorator
implements ITableItemLabelProvider, IItemLabelProvider
The Class ExceptionsItemProvider.
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.provider.ItemProviderDecorator
adapterFactory, changeNotifier, decoratedItemProvider -
Constructor Summary
ConstructorsConstructorDescriptionExceptionsItemProvider(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.edit.provider.IItemLabelProvider
getImage, getText
-
Constructor Details
-
ExceptionsItemProvider
Inherited default constructor.- Parameters:
adapterFactory- the adapter factory
-
-
Method Details
-
getColumnImage
Gets the column image.- Specified by:
getColumnImagein interfaceITableItemLabelProvider- Overrides:
getColumnImagein classItemProviderDecorator- Parameters:
object- the objectcolumnIndex- the column index- Returns:
- the column image
- See Also:
-
getColumnText
Gets the column text.- Specified by:
getColumnTextin interfaceITableItemLabelProvider- Overrides:
getColumnTextin classItemProviderDecorator- Parameters:
element- the elementcolumnIndex- the column index- Returns:
- the column text
- See Also:
-