Package org.eclipse.e4.ui.model.internal
Class ModelUtils
java.lang.Object
org.eclipse.e4.ui.model.internal.ModelUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MApplicationElement
findElementById
(MApplicationElement element, String id) static IEclipseContext
getContainingContext
(MApplicationElement element) static org.eclipse.emf.ecore.EClassifier
getTypeArgument
(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EGenericType eGenericType) static List<MApplicationElement>
merge
(MApplicationElement container, org.eclipse.emf.ecore.EStructuralFeature feature, List<MApplicationElement> elements, String positionInList)
-
Field Details
-
CONTAINING_PARENT
- See Also:
-
-
Constructor Details
-
ModelUtils
public ModelUtils()
-
-
Method Details
-
getTypeArgument
public static org.eclipse.emf.ecore.EClassifier getTypeArgument(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EGenericType eGenericType) -
findElementById
-
merge
public static List<MApplicationElement> merge(MApplicationElement container, org.eclipse.emf.ecore.EStructuralFeature feature, List<MApplicationElement> elements, String positionInList) -
getContainingContext
-