Class AttachedCollectionNavigatorAdapterBase<M extends org.eclipse.emf.ecore.EObject>

All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.model.IWorkbenchAdapter, org.eclipse.ui.model.IWorkbenchAdapter2, org.eclipse.ui.model.IWorkbenchAdapter3
Direct Known Subclasses:
DocumentNavigatorAdapter.Folder, IndexedContainedObjectCollectionNavigatorAdapterBase, IndexedTopObjectCollectionNavigatorAdapterBase, StandardAttributeNavigatorAdapter.Folder, StandardTabularSectionDescriptionNavigatorAdapter.Folder

public abstract class AttachedCollectionNavigatorAdapterBase<M extends org.eclipse.emf.ecore.EObject> extends CollectionNavigatorAdapterBase<M>
Base adapter class for the collection node attached directly to its parent model.
  • Constructor Details

    • AttachedCollectionNavigatorAdapterBase

      public AttachedCollectionNavigatorAdapterBase(String label, org.eclipse.jface.resource.ImageDescriptor icon, M model, org.eclipse.emf.ecore.EReference contentFeature)
      Constructs the instance.
      Parameters:
      label - collection label.
      icon - collection icon.
      model - parent model.
      contentFeature - feature for collection content.
  • Method Details