Class PrimitiveSection

java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
org.apache.uima.taeconfigurator.editors.ui.AbstractSection
org.apache.uima.taeconfigurator.editors.ui.PrimitiveSection
All Implemented Interfaces:
StandardStrings, org.eclipse.swt.widgets.Listener, org.eclipse.ui.forms.IFormPart

public class PrimitiveSection extends AbstractSection
This class is misnamed - refers really to Runtime Information.
  • Constructor Details

    • PrimitiveSection

      public PrimitiveSection(MultiPageEditor editor, org.eclipse.swt.widgets.Composite parent)
      Creates a section with a text field for the name of the annotator. Only enabled if annotator is primitive Also has the operational parameters
      Parameters:
      editor - the editor
      parent - the parent
  • Method Details

    • enable

      public void enable()
      Description copied from class: AbstractSection
      Enable.
      Specified by:
      enable in class AbstractSection
    • 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)
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets the enabled.
      Parameters:
      enabled - indicator for the section to be enabled.