Package com.iizigo.server.config
Class SelfSignedServerCertificateDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.server.config.SelfSignedServerCertificateDialog
public class SelfSignedServerCertificateDialog extends org.eclipse.swt.widgets.Dialog
The self-signed server certificate dialog.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionSelfSignedServerCertificateDialog
(org.eclipse.swt.widgets.Shell parent) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Constructor Details
SelfSignedServerCertificateDialog
public SelfSignedServerCertificateDialog(org.eclipse.swt.widgets.Shell parent) Create the dialog.- Parameters:
parent
- The parent shell.
Method Details
open
Open the dialog.- Returns:
- The principal, or null for cancel.