de.willuhn.jameica.gui.dialogs
Class HttpAuthDialog

java.lang.Object
  extended by de.willuhn.jameica.gui.dialogs.AbstractDialog
      extended by de.willuhn.jameica.gui.dialogs.LoginDialog
          extended by 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
HttpAuthDialog(int position)
          ct.
HttpAuthDialog(int position, JameicaAuthenticator auth)
          ct.
 
Method Summary
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, getDisplay, getShell, open, setMonitor, setSideImage, setSize, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class LoginDialog
Parameters:
container - der Container.
Throws:
java.lang.Exception
See Also:
LoginDialog.extend(de.willuhn.jameica.gui.util.Container)