: Class AuthPopup
org.emboss.jemboss.soap
Class AuthPopup
java.lang.Object
|
+--org.emboss.jemboss.soap.AuthPopup
- public class AuthPopup
- extends java.lang.Object
Constructor Summary |
AuthPopup(uk.ac.mrc.hgmp.embreo.EmbreoParams mysettings,
int iprogressmax)
Called on startup to display the login and progress bar. |
AuthPopup(uk.ac.mrc.hgmp.embreo.EmbreoParams mysettings,
javax.swing.JFrame f)
Display a popup asking the user to enter their username and password |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
progressBar
javax.swing.JProgressBar progressBar
progressLabel
javax.swing.JLabel progressLabel
AuthPopup
public AuthPopup(uk.ac.mrc.hgmp.embreo.EmbreoParams mysettings,
javax.swing.JFrame f)
- Display a popup asking the user to enter their username and password
- Parameters:
mysettings
- EmbreoParams defining server parametersf
- Parent frame the popup is associated with
AuthPopup
public AuthPopup(uk.ac.mrc.hgmp.embreo.EmbreoParams mysettings,
int iprogressmax)
- Called on startup to display the login and progress bar.
doneSomething
public void doneSomething(java.lang.String s)
- Update the progress bar and label
doneEverything
public void doneEverything(java.lang.String s)
- Finish the progress bar and label
startupFailed
public void startupFailed()
- Called if something went wrong in startup.
getSplashFrame
public javax.swing.JFrame getSplashFrame()