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.actuate.development.tool.dialog.ErrorLogDialog.java

/**
 * 
 */

public class ErrorLogDialog extends Dialog {

From source file com.aerospike.aql.plugin.actions.AqlSnippetDialog.java

public class AqlSnippetDialog extends Dialog {

    /**
     * @wbp.parser.constructor
     */
    public AqlSnippetDialog(Shell parentShell) {

From source file com.alibaba.antx.config.gui.dialog.SettingsDialog.java

public class SettingsDialog extends Dialog {
    private TableViewer filesViewer;
    private final Set files;
    private PatternSet descriptorPatterns;
    private PatternsGroup descriptorPatternsControl;
    private PatternSet packagePatterns;

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

public class AnnotationLangInfoDialog extends Dialog {

    private LanguageInfoComposite compLangInfo;

    private List<LanguageInfo> langInfos = new ArrayList<LanguageInfo>();

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

public class AnnotationLanguageLabelsDialog extends Dialog {

    protected Text labelText;

    protected Combo languagesCombo;

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

public class AnnotationOrderedListsDialog extends Dialog implements IPropertyChangeListener {

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

    protected Control textControl;

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

public class BusinessElementInputDialog extends Dialog {

    private Text elementNameText = null;

    private Combo refCombo = null;

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

public class CalendarDialog extends Dialog {

    private SWTCalendar swtcal;
    private Date date = null;
    private List<SWTCalendarListener> listeners = new ArrayList<SWTCalendarListener>();

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

public class ComplexTypeInputDialog extends Dialog implements ModifyListener {

    private SelectionListener caller = null;

    private String typeName = "";//$NON-NLS-1$

From source file com.amalto.workbench.dialogs.datacontainer.UpdateAutoIncrementDialog.java

public class UpdateAutoIncrementDialog extends Dialog {

    private Map<String, String> results = new HashMap<String, String>();

    private Map<String, String> entityValues;