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.amalto.workbench.dialogs.MDMXSDSchemaEntryDialog.java

public class MDMXSDSchemaEntryDialog extends Dialog {

    private String title;

    private ListViewer wcListViewer;

From source file com.amalto.workbench.dialogs.MenuEntryDialog.java

public class MenuEntryDialog extends Dialog {

    private static Log log = LogFactory.getLog(MenuEntryDialog.class);

    private Text idText = null;

From source file com.amalto.workbench.dialogs.MissingJarDialog.java

/**
 * created by HHB on 2013-9-23 Detailled comment
 * 
 */
public class MissingJarDialog extends Dialog {

From source file com.amalto.workbench.dialogs.NewConceptOrElementDialog.java

/**
 * this class is to represent the concept or element creation dialog
 *
 * @author fliu
 *
 */

From source file com.amalto.workbench.dialogs.NewGroupDialog.java

public class NewGroupDialog extends Dialog {

    protected Button sequenceButton = null;

    protected Button choiceButton = null;

From source file com.amalto.workbench.dialogs.PluginDetailsDialog.java

public class PluginDetailsDialog extends Dialog {

    private static Log log = LogFactory.getLog(PluginDetailsDialog.class);

    protected TabFolder tabFolder;

From source file com.amalto.workbench.dialogs.ProcessResultsDialog.java

public class ProcessResultsDialog extends Dialog {

    private static Log log = LogFactory.getLog(ProcessResultsDialog.class);

    private final static int BUTTON_CLOSE = 10;

From source file com.amalto.workbench.dialogs.ProjectDecisionDialog.java

public class ProjectDecisionDialog extends Dialog {

    protected Combo dataClustersCombo;

    protected Combo dataModelsCombo;

From source file com.amalto.workbench.dialogs.QueryParametersDialog.java

public class QueryParametersDialog extends Dialog {

    private static Log log = LogFactory.getLog(QueryParametersDialog.class);

    public final static int BUTTON_OK = 10;

From source file com.amalto.workbench.dialogs.SelectFieldDialog.java

public class SelectFieldDialog extends Dialog {

    String title;

    private CCombo fieldNameCombo;