Class EditorsPagesRegistry

    • Constructor Detail

      • EditorsPagesRegistry

        public EditorsPagesRegistry()
    • Method Detail

      • getEditorPages

        public List<EditorPageDescriptor> getEditorPages​(String editorId,
                                                         org.eclipse.emf.ecore.EObject object)
        Description copied from interface: IEditorPagesRegistry
        Returns the DT granular editor pages by the editor id from the registry. Method checks registered pages enablement state according to page extension enablement description for the provided model object and returns enabled pages only.
        Specified by:
        getEditorPages in interface IEditorPagesRegistry
        Parameters:
        editorId - the editor id, cannot be null
        object - the editor model object, cannot be null
        Returns:
        the editor pages list, never null, may be empty