Class IndexesPage

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 IndexesPage extends HeaderPageWithSash
The Class IndexesPage.
  • Constructor Details

    • IndexesPage

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

    • createFormContent

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

      public IndexSection getIndexSection()
      Gets the index section.
      Returns:
      the index section
    • getPriorityListSection

      public PriorityListSection getPriorityListSection()
      Gets the priority list section.
      Returns:
      the priority list section
    • getIndexImportSection

      public IndexImportSection getIndexImportSection()
      Gets the index import section.
      Returns:
      the index import section
    • getTypePriorityImportSection

      public TypePriorityImportSection getTypePriorityImportSection()
      Gets the type priority import section.
      Returns:
      the type priority import section