Class PridePrivateDataDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PridePrivateDataDialog extends JDialog
A dialog for getting the PRIDE private project access information from the user.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • PridePrivateDataDialog

      public PridePrivateDataDialog(Frame parent, boolean modal, String pxAccesion)
      Creates a new PridePrivateDataDialog.
      Parameters:
      parent - the parent frame
      modal - if the dialog is to be modal or not
      pxAccesion - the PX accession to open, can be null
  • Method Details

    • getProjectAccession

      public String getProjectAccession()
      Returns the project accession.
      Returns:
      the project accession
    • getUserName

      public String getUserName()
      Returns the user name.
      Returns:
      the user name
    • getPassword

      public String getPassword()
      Returns the password.
      Returns:
      the password