Class AddFeatureDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
All Implemented Interfaces:
EventListener, StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.widgets.Listener

public class AddFeatureDialog extends AbstractDialogKeyVerify
The Class AddFeatureDialog.
  • Field Details

    • featureName

      public String featureName
      The feature name.
    • featureRangeName

      public String featureRangeName
      The feature range name.
    • description

      public String description
      The description.
    • elementRangeName

      public String elementRangeName
      The element range name.
    • multiRef

      public Boolean multiRef
      The multi ref.
  • Constructor Details

    • AddFeatureDialog

      public AddFeatureDialog(AbstractSection aSection, TypeDescription aTd, FeatureDescription aExistingFd)
      Instantiates a new adds the feature dialog.
      Parameters:
      aSection - the a section
      aTd - the a td
      aExistingFd - the a existing fd
  • Method Details