Class SettingsPage

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

    • SettingsPage

      public SettingsPage(MultiPageEditor editor)
      Instantiates a new settings 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
    • getParameterSettingsSection

      public ParameterSettingsSection getParameterSettingsSection()
      Gets the parameter settings section.
      Returns:
      the parameter settings section
    • getValueSection

      public ValueSection getValueSection()
      Gets the value section.
      Returns:
      the value section