Class DtEditorDescriptorRegistry

java.lang.Object
com._1c.g5.v8.dt.ui.editor.aef.descriptor.DtEditorDescriptorRegistry

public final class DtEditorDescriptorRegistry extends Object
The registry that provides descriptors contibuted using the "com._1c.g5.v8.dt.ui.dtEditorDescriptors" extension point.
  • Field Details

  • Method Details

    • getDescriptor

      public IDtGranularEditorAefPageDescriptor getDescriptor(String pageId, org.eclipse.emf.ecore.EObject model)
      Returns the granular editor page descriptor for the given pageId and model.
      Parameters:
      pageId - the identifier of the page, cannot be null.
      model - the editor model, cannot be null.
      Returns:
      the editor page descriptor.