Class SofaMapSection

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

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

    • SofaMapSection

      public SofaMapSection(MultiPageEditor aEditor, org.eclipse.swt.widgets.Composite parent)
      Instantiates a new sofa map section.
      Parameters:
      aEditor - the a 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)
    • removeSofaMappings

      public static void removeSofaMappings(String componentKey, ResourceSpecifier delegate, MultiPageEditor pEditor)
      Called when removing a delegate from the aggr. Removes from the sofaMappings, any and all mappings associated with the delegate.
      Parameters:
      componentKey - the component key
      delegate - the delegate
      pEditor - the editor
    • enable

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