Class CreateAccountDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.saatsch.framework.jmmo.basegame.client.swt.CredentialsDialog
-
- org.saatsch.framework.jmmo.basegame.client.swt.CreateAccountDialog
-
public class CreateAccountDialog extends CredentialsDialog
the login dialog- Author:
- saatsch
-
-
Field Summary
-
Fields inherited from class org.saatsch.framework.jmmo.basegame.client.swt.CredentialsDialog
cmpButtons, dialogReturnValue, shell, txtPass, txtUser
-
-
Constructor Summary
Constructors Constructor Description CreateAccountDialog(org.eclipse.swt.widgets.Shell parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateContent()Credentialsopen()Open the dialog.-
Methods inherited from class org.saatsch.framework.jmmo.basegame.client.swt.CredentialsDialog
createOkButton, ok
-
-
-
-
Method Detail
-
open
public Credentials open()
Open the dialog.
-
createContent
protected void createContent()
- Overrides:
createContentin classCredentialsDialog
-
-