All Implemented Interfaces:
EventListener, StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.events.VerifyListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.widgets.Listener

public class AddTypeDialog extends AbstractDialogKeyVerifyJavaNames
The Class AddTypeDialog.
  • Field Details

    • typeName

      public String typeName
      The type name.
    • supertypeName

      public String supertypeName
      The supertype name.
    • description

      public String description
      The description.
  • Constructor Details

    • AddTypeDialog

      public AddTypeDialog(AbstractSection aSection)
      Instantiates a new adds the type dialog.
      Parameters:
      aSection - the a section
    • AddTypeDialog

      public AddTypeDialog(AbstractSection aSection, org.apache.uima.resource.metadata.TypeDescription aExistingTd)
      Constructor for Editing an existing Type DescriptionD.
      Parameters:
      aSection - the a section
      aExistingTd - the a existing td
  • Method Details