Class AggregateSection

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.AggregateSection
All Implemented Interfaces:
StandardStrings, org.eclipse.swt.widgets.Listener, org.eclipse.ui.forms.IFormPart

public class AggregateSection extends AbstractSection
The Class AggregateSection.
  • Constructor Details

    • AggregateSection

      public AggregateSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent)
      Creates a section for aggregate specifiers to add their delegates.
      Parameters:
      aEditor - backpointer to the main multipage editor
      parent - the Composite where this section lives
  • Method Details

    • getRemoveFromFlowButton

      public org.eclipse.swt.widgets.Button getRemoveFromFlowButton()
      Gets the removes the from flow button.
      Returns:
      the removes the from flow button
    • 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)
    • addParametersForDelegate

      public void addParametersForDelegate(AnalysisEngineDescription tae)
      Adds the parameters for delegate.
      Parameters:
      tae - the tae
    • enable

      public void enable()
      Description copied from class: AbstractSection
      Enable.
      Specified by:
      enable in class AbstractSection
    • getTable

      public org.eclipse.swt.widgets.Table getTable()
      Gets the table.
      Returns:
      the table