Class GenericStackImpl<T extends MUIElement>

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
All Implemented Interfaces:
MApplicationElement, MElementContainer<T>, MGenericStack<T>, MLocalizable, MUIElement, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject
Direct Known Subclasses:
PartStackImpl, PerspectiveStackImpl

public abstract class GenericStackImpl<T extends MUIElement> extends ElementContainerImpl<T> implements MGenericStack<T>
An implementation of the model object 'Generic Stack'.
Since:
1.0
  • Constructor Details

    • GenericStackImpl

      protected GenericStackImpl()
  • Method Details