Class DtGranularEditorSingleSectionPage<M extends org.eclipse.emf.ecore.EObject>

  • All Implemented Interfaces:
    IDtEditor<M>, IDtGranularEditorPage<M>, IGotoSelection, org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.forms.editor.IFormPage, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IShowEditorInput, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IShowInSource, org.eclipse.ui.part.IWorkbenchPartOrientation
    Direct Known Subclasses:
    FormEditorPage

    public abstract class DtGranularEditorSingleSectionPage<M extends org.eclipse.emf.ecore.EObject>
    extends DtGranularEditorPage<M>
    Base class for DT editor pages that contains only one section.
    • Constructor Detail

      • DtGranularEditorSingleSectionPage

        protected DtGranularEditorSingleSectionPage​(String id,
                                                    String title)
        Instantiates a new DT granular editor single section page.
        Parameters:
        id - ID of this page.
        title - title of this page.
    • Method Detail

      • createPageLayout

        protected org.eclipse.swt.widgets.Layout createPageLayout()
        Overrides:
        createPageLayout in class DtGranularEditorPage<M extends org.eclipse.emf.ecore.EObject>
        Returns:
        layout for this page.