@Deprecated public class CertificateAliasDialog extends org.eclipse.jface.dialogs.Dialog
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Deprecated.
Serial version UID for RAP.
|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS| Constructor and Description |
|---|
CertificateAliasDialog(org.eclipse.swt.widgets.Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue)
Deprecated.
Creates an input dialog with OK and Cancel buttons.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns the string typed into this input dialog.
|
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenTextgetDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManagerpublic static final long serialVersionUID
public CertificateAliasDialog(org.eclipse.swt.widgets.Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue)
Note that the open method blocks for input dialogs.
parentShell - the parent shell, or null to create a top-level
shelldialogTitle - the dialog title, or null if nonedialogMessage - the dialog message, or null if noneinitialValue - the initial input value, or null if none
(equivalent to the empty string)public String getValue()
Copyright © 2017. All rights reserved.