java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
All Implemented Interfaces:
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.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation

public class TypePage extends HeaderPageWithSash
The Class TypePage.
  • Constructor Details

    • TypePage

      public TypePage(MultiPageEditor editor)
      Instantiates a new type page.
      Parameters:
      editor - the editor
  • Method Details

    • createFormContent

      protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
      Called by the framework to fill in the contents.
      Overrides:
      createFormContent in class org.eclipse.ui.forms.editor.FormPage
      Parameters:
      managedForm - the managed form
    • getTypeSection

      public TypeSection getTypeSection()
      Gets the type section.
      Returns:
      the type section
    • getTypeImportSection

      public TypeImportSection getTypeImportSection()
      Gets the type import section.
      Returns:
      the type import section