Class AddExternalResourceDialog

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 AddExternalResourceDialog extends AbstractDialogKeyVerify
The Class AddExternalResourceDialog.
  • Field Details

    • xrName

      public String xrName
      The xr name.
    • xrDescription

      public String xrDescription
      The xr description.
    • xrUrl

      public String xrUrl
      The xr url.
    • xrUrlSuffix

      public String xrUrlSuffix
      The xr url suffix.
    • xrImplementation

      public String xrImplementation
      The xr implementation.
  • Constructor Details

    • AddExternalResourceDialog

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

      public AddExternalResourceDialog(AbstractSection aSection, ExternalResourceDescription aExistingXRD)
      Instantiates a new adds the external resource dialog.
      Parameters:
      aSection - the a section
      aExistingXRD - the a existing XRD
  • Method Details