Package de.willuhn.jameica.gui.dialogs
Class HttpAuthDialog
java.lang.Object
de.willuhn.jameica.gui.dialogs.AbstractDialog
de.willuhn.jameica.gui.dialogs.LoginDialog
de.willuhn.jameica.gui.dialogs.HttpAuthDialog
Erweitert den Login-Dialog fuer HTTP-Authentifizierung
und hierbei insb. das Speichern des Logins.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
i18n, MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
-
Constructor Summary
ConstructorsConstructorDescriptionHttpAuthDialog
(int position) ct.HttpAuthDialog
(int position, JameicaAuthenticator auth) ct. -
Method Summary
Methods inherited from class de.willuhn.jameica.gui.dialogs.LoginDialog
checkLogin, getData, paint, setErrorText, setLogin, setPasswordLabelText, setText, setUsernameLabelText
Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, onEscape, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
HttpAuthDialog
public HttpAuthDialog(int position) ct.- Parameters:
position
-
-
HttpAuthDialog
ct.- Parameters:
position
-auth
- der Jameica-Authenticator.
-
-
Method Details
-
extend
Description copied from class:LoginDialog
Kann von abgeleiteten Dialogen ueberschrieben werden, um den Login-Dialog noch zu erweitern. Angezeigt wird die Erweiterung dann direkt ueber den beiden Buttons.- Overrides:
extend
in classLoginDialog
- Parameters:
container
- der Container.- Throws:
Exception
- See Also:
-