Class DtEditorDescriptorRegistry
java.lang.Object
com._1c.g5.v8.dt.ui.editor.aef.descriptor.DtEditorDescriptorRegistry
The registry that provides descriptors contibuted using the
"com._1c.g5.v8.dt.ui.dtEditorDescriptors" extension point.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDescriptor
(String pageId, org.eclipse.emf.ecore.EObject model) Returns the granular editor page descriptor for the givenpageId
andmodel
.
-
Field Details
-
INSTANCE
The shared instance.
-
-
Method Details
-
getDescriptor
public IDtGranularEditorAefPageDescriptor getDescriptor(String pageId, org.eclipse.emf.ecore.EObject model) Returns the granular editor page descriptor for the givenpageId
andmodel
.- Parameters:
pageId
- the identifier of the page, cannot benull
.model
- the editor model, cannot benull
.- Returns:
- the editor page descriptor.
-