Example usage for org.eclipse.jface.dialogs Dialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs Dialog subclass-usage.

Usage

From source file com.gigaspaces.azure.wizards.PfxPwdDialog.java

/**
 * Creates dialog for accepting pfx password.
 */
public class PfxPwdDialog extends Dialog {
    private Text txtPfxPath;
    private Button browseBtn;

From source file com.github.fengtan.sophie.dialogs.CComboDialog.java

/**
 * Dialog with a drop-down list.
 */
public class CComboDialog extends Dialog {

    /**

From source file com.github.fengtan.sophie.dialogs.ConnectDialog.java

/**
 * Dialog to collect a Solr connection string / connection type.
 */
public class ConnectDialog extends Dialog {

    /**

From source file com.github.fengtan.sophie.dialogs.EditValueDialog.java

/**
 * Dialog to collect a value.
 */
public abstract class EditValueDialog extends Dialog {

    /**

From source file com.github.fengtan.sophie.dialogs.ExceptionDialog.java

/**
 * Dialog to display an exception.
 */
public class ExceptionDialog extends Dialog {

    /**

From source file com.github.fengtan.sophie.dialogs.MultipleInputDialog.java

/**
 * Dialog to collect multiple values.
 */
public class MultipleInputDialog extends Dialog {

    /**

From source file com.github.ipaas.ideploy.plugin.ui.preference.FilterPatternDialog.java

/**
 * ??
 * 
 * @author Chenql  
 */
public class FilterPatternDialog extends Dialog {

From source file com.google.cloud.tools.eclipse.usagetracker.OptInDialog.java

/**
 * A one-time dialog to suggest opt-in for sending client-side usage metrics.
 */
public class OptInDialog extends Dialog {

    public OptInDialog(Shell parentShell) {

From source file com.google.code.t4eclipse.tools.dialog.AboutT4EclipseDialog.java

public class AboutT4EclipseDialog extends Dialog {

    public AboutT4EclipseDialog(Shell parentShell) {
        super(parentShell);
    }

From source file com.google.code.t4eclipse.tools.dialog.AnalyzeControlDialog.java

public class AnalyzeControlDialog extends Dialog {

    private final Object obj;

    public AnalyzeControlDialog(Shell parentShell, Object c) {
        super(parentShell);