Class DataChannelItemProvider

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.edit.provider.ItemProviderAdapter
de.uka.ipd.sdq.identifier.provider.IdentifierItemProvider
org.palladiosimulator.pcm.core.entity.provider.EntityItemProvider
org.palladiosimulator.pcm.core.entity.provider.InterfaceProvidingEntityItemProvider
org.palladiosimulator.pcm.core.entity.provider.InterfaceProvidingRequiringEntityItemProvider
org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
org.palladiosimulator.indirections.repository.provider.DataChannelItemProvider
All Implemented Interfaces:
Adapter, Adapter.Internal, ResourceLocator, CreateChildCommand.Helper, IChangeNotifier, IDisposable, IEditingDomainItemProvider, IItemLabelProvider, IItemPropertySource, IStructuredItemContentProvider, ITreeItemContentProvider
Direct Known Subclasses:
JavaClassDataChannelItemProviderGen

public class DataChannelItemProvider extends org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
This is the item provider adapter for a DataChannel object.
Generated class or method.
  • Constructor Details

    • DataChannelItemProvider

      public DataChannelItemProvider(AdapterFactory adapterFactory)
      This constructs an instance from a factory and a notifier.
      Generated class or method.
  • Method Details

    • 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 org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
      Generated class or method.
    • addDataSinkRolesPropertyDescriptor

      protected void addDataSinkRolesPropertyDescriptor(Object object)
      This adds a property descriptor for the Data Sink Roles feature.
      Generated class or method.
    • addDataSourceRolesPropertyDescriptor

      protected void addDataSourceRolesPropertyDescriptor(Object object)
      This adds a property descriptor for the Data Source Roles feature.
      Generated class or method.
    • 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 org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
      Generated class or method.
    • 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 org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
      Generated class or method.
    • collectNewChildDescriptors

      protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
      This adds CommandParameters describing the children that can be created under this object.
      Overrides:
      collectNewChildDescriptors in class org.palladiosimulator.pcm.repository.provider.RepositoryComponentItemProvider
      Generated class or method.