de.cau.cs.kieler.synccharts.provider
Class RegionItemProvider
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.edit.provider.ItemProviderAdapter
de.cau.cs.kieler.core.annotations.provider.AnnotatableItemProvider
de.cau.cs.kieler.synccharts.provider.ScopeItemProvider
de.cau.cs.kieler.synccharts.provider.RegionItemProvider
- All Implemented Interfaces:
- Adapter, Adapter.Internal, ResourceLocator, CreateChildCommand.Helper, IChangeNotifier, IDisposable, IEditingDomainItemProvider, IItemLabelProvider, IItemPropertySource, IStructuredItemContentProvider, ITreeItemContentProvider
public class RegionItemProvider
- extends ScopeItemProvider
- implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource
This is the item provider adapter for a Region
object.
- Rating

- Generated:
- This code was automatically generated.
Method Summary |
protected void |
collectNewChildDescriptors(Collection<Object> newChildDescriptors,
Object object)
This adds CommandParameter s describing the children
that can be created under this object. |
protected EStructuralFeature |
getChildFeature(Object object,
Object child)
|
Collection<? extends EStructuralFeature> |
getChildrenFeatures(Object object)
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an
AddCommand , RemoveCommand or
MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter) . |
String |
getCreateChildText(Object owner,
Object feature,
Object child,
Collection<?> selection)
This returns the label text for CreateChildCommand . |
Object |
getImage(Object object)
This returns Region.gif. |
List<IItemPropertyDescriptor> |
getPropertyDescriptors(Object object)
This returns the property descriptors for the adapted class. |
String |
getText(Object object)
This returns the label text for the adapted class. |
void |
notifyChanged(Notification notification)
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached
children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification) . |
Methods inherited from class org.eclipse.emf.edit.provider.ItemProviderAdapter |
addListener, adjustWrapperIndex, adjustWrapperIndices, adjustWrapperIndices, createAddCommand, createAddCommand, createChildParameter, createChildrenStore, createCommand, createCopyCommand, createCreateChildCommand, createCreateChildCommand, createCreateCopyCommand, createDragAndDropCommand, createInitializeCopyCommand, createItemPropertyDescriptor, createItemPropertyDescriptor, createMoveCommand, createMoveCommand, createRemoveCommand, createRemoveCommand, createReplaceCommand, createReplaceCommand, createSetCommand, createSetCommand, createWrapper, crop, dispose, disposeWrapper, disposeWrappers, factorAddCommand, factorMoveCommand, factorRemoveCommand, fireNotifyChanged, getAdapterFactory, getBackground, getBackground, getBaseURL, getChildReference, getChildren, getChildrenReferences, getChildrenStore, getColumnImage, getColumnText, getCreateChildDescription, getCreateChildImage, getCreateChildResult, getCreateChildToolTipText, getEditableValue, getElements, getFeatureText, getFeatureValue, getFont, getFont, getForeground, getForeground, getImage, getNewChildDescriptors, getParent, getPropertyDescriptor, getPropertyValue, getReferenceValue, getResourceLocator, getRootAdapterFactory, getSetFeature, getSetFeatures, getString, getString, getString, getString, getString, getString, getString, getString, getTypeText, getTypeText, getUpdateableText, getValue, getWrappedValues, hasChildren, hasChildren, isAdapterForType, isEquivalentValue, isPropertySet, isResolveProxies, isValidValue, isWrappingNeeded, overlayImage, removeListener, resetPropertyValue, setPropertyValue, setTarget, shouldComposeCreationImage, shouldTranslate, unsetTarget, unwrap, unwrapCommandValues, updateChildren, wrap, wrapCommand |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
- Generated:
- This code was automatically generated.
RegionItemProvider
public RegionItemProvider(AdapterFactory adapterFactory)
- This constructs an instance from a factory and a notifier.
- Generated:
- This code was automatically generated.
getPropertyDescriptors
public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object)
- This returns the property descriptors for the adapted class.
- Specified by:
getPropertyDescriptors
in interface IItemPropertySource
- Overrides:
getPropertyDescriptors
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
getChildrenFeatures
public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object)
- This specifies how to implement
ItemProviderAdapter.getChildren(java.lang.Object)
and is used to deduce an appropriate feature for an
AddCommand
, RemoveCommand
or
MoveCommand
in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter)
.
- Overrides:
getChildrenFeatures
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
getChildFeature
protected EStructuralFeature getChildFeature(Object object,
Object child)
-
- Overrides:
getChildFeature
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
getImage
public Object getImage(Object object)
- This returns Region.gif.
- Specified by:
getImage
in interface IItemLabelProvider
- Overrides:
getImage
in class ItemProviderAdapter
- Generated:
- This code was automatically generated.
getText
public String getText(Object object)
- This returns the label text for the adapted class.
- Specified by:
getText
in interface IItemLabelProvider
- Overrides:
getText
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
notifyChanged
public void notifyChanged(Notification notification)
- This handles model notifications by calling
ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification)
to update any cached
children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
.
- Specified by:
notifyChanged
in interface Adapter
- Overrides:
notifyChanged
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
collectNewChildDescriptors
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors,
Object object)
- This adds
CommandParameter
s describing the children
that can be created under this object.
- Overrides:
collectNewChildDescriptors
in class ScopeItemProvider
- Generated:
- This code was automatically generated.
getCreateChildText
public String getCreateChildText(Object owner,
Object feature,
Object child,
Collection<?> selection)
- This returns the label text for
CreateChildCommand
.
- Specified by:
getCreateChildText
in interface CreateChildCommand.Helper
- Overrides:
getCreateChildText
in class ScopeItemProvider
- Generated:
- This code was automatically generated.