List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.microsoft.azuretools.azureexplorer.forms.OpenSSLFinderForm.java
public class OpenSSLFinderForm extends Dialog { private Button buttonOK; private Button buttonCancel; private Label notFoundLabel; private Label txtFileLabel; private Text txtFile;
From source file com.microsoft.azuretools.azureexplorer.forms.QueueMessageForm.java
public class QueueMessageForm extends Dialog { private static String[] PERIODS = { "Days", "Hours", "Minutes", "Seconds" }; private Button buttonOK; private Label messageLabel; private Text messageTextArea; private Combo unitComboBox;
From source file com.microsoft.azuretools.azureexplorer.forms.TableEntityForm.java
public class TableEntityForm extends Dialog { private Button buttonOK; private Button buttonCancel; private Button addPropertyButton; private Table propertiesTable;
From source file com.microsoft.azuretools.azureexplorer.forms.UploadBlobFileForm.java
public class UploadBlobFileForm extends Dialog { private Link blobFolderLink; private Label nameLabel; private Text nameTextField; private Button browseButton; private Label folderLabel;
From source file com.microsoft.azuretools.azureexplorer.forms.ViewMessageForm.java
public class ViewMessageForm extends Dialog { private String content; private Text messageTextArea; public ViewMessageForm(Shell parentShell, String content) { super(parentShell);
From source file com.microsoft.azuretools.core.components.AzureDialogWrapper.java
public abstract class AzureDialogWrapper extends Dialog implements AzureDialogProtertiesHelper, TelemetryProperties { protected AzureDialogWrapper(Shell parentShell) { super(parentShell); }
From source file com.microsoft.azuretools.core.ui.LoginWindow.java
class LoginDialog extends Dialog { final String redirectUriStr; final String requestUriStr; private String res = null;
From source file com.microsoft.azuretools.docker.ui.dialogs.AzureSelectKeyVault.java
public class AzureSelectKeyVault extends Dialog { private static final Logger log = Logger.getLogger(AzureSelectKeyVault.class.getName()); private AzureDockerHostsManager dockerManager; private String keyvault;
From source file com.microsoft.azuretools.docker.ui.dialogs.AzureViewDockerDialog.java
public class AzureViewDockerDialog extends Dialog { private static final Logger log = Logger.getLogger(AzureViewDockerDialog.class.getName()); public static final int OK_EXIT_CODE = 0; public static final int CANCEL_EXIT_CODE = 1; public static final int CLOSE_EXIT_CODE = 1; public static final int UPDATE_EXIT_CODE = 3;
From source file com.microsoft.azuretools.hdinsight.spark.ui.SparkSubmissionExDialog.java
public class SparkSubmissionExDialog extends Dialog { private final int margin = 10; private final String DIALOG_TITLE = "Spark Submission"; private static String[] COLUMN_NAMES = { "Key", "Value" };