Class AddExternalResourceDependencyDialog

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 AddExternalResourceDependencyDialog extends AbstractDialogKeyVerifyJavaNames
The Class AddExternalResourceDependencyDialog.
  • Field Details

    • optionalUI

      public org.eclipse.swt.widgets.Button optionalUI
      The optional UI.
    • keyName

      public String keyName
      The key name.
    • optional

      public boolean optional
      The optional.
    • interfaceName

      public String interfaceName
      The interface name.
    • description

      public String description
      The description.
  • Constructor Details

    • AddExternalResourceDependencyDialog

      public AddExternalResourceDependencyDialog(AbstractSection aSection)
      Instantiates a new adds the external resource dependency dialog.
      Parameters:
      aSection - the a section
    • AddExternalResourceDependencyDialog

      public AddExternalResourceDependencyDialog(AbstractSection aSection, ExternalResourceDependency aExistingXRD)
      Constructor for Editing an existing XRD.
      Parameters:
      aSection - the a section
      aExistingXRD - the a existing XRD
  • Method Details