Class ParameterSettingsSection

java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
All Implemented Interfaces:
StandardStrings, org.eclipse.swt.widgets.Listener, org.eclipse.ui.forms.IFormPart

public class ParameterSettingsSection extends AbstractSectionParm
display parameters on the settings page. If groups, show by groups (using Tree metaphor) Note: The tree displayed here is an expanded version of the ParameterSection Tree. It differs in 3 ways, when Groups are being used: 1) no "overrides" info 2) Groups with multiple names are split; each group name has a different setting
  • Constructor Details

    • ParameterSettingsSection

      public ParameterSettingsSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent)
      Instantiates a new parameter settings section.
      Parameters:
      editor - the editor
      parent - the parent
  • Method Details

    • initialize

      public void initialize(org.eclipse.ui.forms.IManagedForm form)
      Specified by:
      initialize in interface org.eclipse.ui.forms.IFormPart
      Overrides:
      initialize in class AbstractSection
    • refresh

      public void refresh()
      Specified by:
      refresh in interface org.eclipse.ui.forms.IFormPart
      Overrides:
      refresh in class org.eclipse.ui.forms.AbstractFormPart
    • handleEvent

      public void handleEvent(org.eclipse.swt.widgets.Event event)
      Specified by:
      handleEvent in interface org.eclipse.swt.widgets.Listener
      Specified by:
      handleEvent in class AbstractSectionParm
    • getTree

      public org.eclipse.swt.widgets.Tree getTree()
      Gets the tree.
      Returns:
      the tree
    • getSelectedParamName

      public String getSelectedParamName()
      called by the Values section.
      Returns:
      the selected param name
    • getSelectedParamGroupName

      public String getSelectedParamGroupName()
      Gets the selected param group name.
      Returns:
      the selected param group name
    • getSelectedModelParameter

      public ConfigurationParameter getSelectedModelParameter()
      Gets the selected model parameter.
      Returns:
      the selected model parameter