Uses of Interface
org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor
Package
Description
Application programming interfaces describing the Eclipse 4 descriptor model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MPartDescriptor in org.eclipse.e4.ui.model.application.descriptor.basic
Modifier and TypeMethodDescriptionMBasicFactory.createPartDescriptor()
Returns a new object of class 'Part Descriptor'.Modifier and TypeMethodDescriptionMPartDescriptorContainer.getDescriptors()
Returns the value of the 'Descriptors' containment reference list. -
Uses of MPartDescriptor in org.eclipse.e4.ui.model.application.descriptor.basic.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Part Descriptor'. -
Uses of MPartDescriptor in org.eclipse.e4.ui.model.application.descriptor.basic.util
Modifier and TypeMethodDescriptionBasicSwitch.casePartDescriptor
(MPartDescriptor object) Returns the result of interpreting the object as an instance of 'Part Descriptor'. -
Uses of MPartDescriptor in org.eclipse.e4.ui.model.application.impl
Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MPartDescriptor>
ApplicationImpl.descriptors
The cached value of the 'Descriptors
' containment reference list. -
Uses of MPartDescriptor in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionEModelService.getPartDescriptor
(String id) Returns the descriptor for the given part id.Modifier and TypeMethodDescriptionEModelService.createPart
(MPartDescriptor descriptor) Creates a new part from the given descriptor.