Class CredentialsDialog

  • Direct Known Subclasses:
    CreateAccountDialog, LoginDialog

    public abstract class CredentialsDialog
    extends org.eclipse.swt.widgets.Dialog
    an abstract credentials dialog
    Author:
    saatsch
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.swt.widgets.Composite cmpButtons  
      protected Credentials dialogReturnValue  
      protected org.eclipse.swt.widgets.Shell shell  
      protected org.eclipse.swt.widgets.Text txtPass  
      protected org.eclipse.swt.widgets.Text txtUser  
    • Constructor Summary

      Constructors 
      Constructor Description
      CredentialsDialog​(org.eclipse.swt.widgets.Shell parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createContent()  
      protected void createOkButton()  
      protected void ok()
      execute when user input is finished.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • shell

        protected org.eclipse.swt.widgets.Shell shell
      • dialogReturnValue

        protected Credentials dialogReturnValue
      • txtUser

        protected org.eclipse.swt.widgets.Text txtUser
      • txtPass

        protected org.eclipse.swt.widgets.Text txtPass
      • cmpButtons

        protected org.eclipse.swt.widgets.Composite cmpButtons
    • Constructor Detail

      • CredentialsDialog

        public CredentialsDialog​(org.eclipse.swt.widgets.Shell parent)
    • Method Detail

      • createContent

        protected void createContent()
      • ok

        protected void ok()
        execute when user input is finished. Closes the dialog.
      • createOkButton

        protected void createOkButton()