Class ValueSection

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 ValueSection extends AbstractSectionParm
The Class ValueSection.
  • Constructor Details

    • ValueSection

      public ValueSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent)
      Instantiates a new value 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
    • enable

      public void enable()
      Description copied from class: AbstractSection
      Enable.
      Overrides:
      enable in class AbstractSectionParm
    • 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
    • handleRemove

      public void handleRemove(org.eclipse.swt.widgets.Event event)
      Handle remove.
      Parameters:
      event - the event
    • getAddButton

      public org.eclipse.swt.widgets.Button getAddButton()
      Gets the adds the button.
      Returns:
      the adds the button
    • getRemoveButton

      public org.eclipse.swt.widgets.Button getRemoveButton()
      Gets the removes the button.
      Returns:
      the removes the button
    • getValueTable

      public org.eclipse.swt.widgets.Table getValueTable()
      Gets the value table.
      Returns:
      the value table
    • getValueText

      public org.eclipse.swt.widgets.Text getValueText()
      Gets the value text.
      Returns:
      the value text