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
-
public class HttpAuthDialog extends LoginDialog
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
Constructors Constructor Description HttpAuthDialog(int position)
ct.HttpAuthDialog(int position, JameicaAuthenticator auth)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
extend(Container container)
Kann von abgeleiteten Dialogen ueberschrieben werden, um den Login-Dialog noch zu erweitern.-
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 Detail
-
HttpAuthDialog
public HttpAuthDialog(int position)
ct.- Parameters:
position
-
-
HttpAuthDialog
public HttpAuthDialog(int position, JameicaAuthenticator auth)
ct.- Parameters:
position
-auth
- der Jameica-Authenticator.
-
-
Method Detail
-
extend
protected void extend(Container container) throws java.lang.Exception
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:
java.lang.Exception
- See Also:
LoginDialog.extend(de.willuhn.jameica.gui.util.Container)
-
-