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.appnativa.studio.dialogs.SequenceArrayEditor.java

public class SequenceArrayEditor extends Dialog implements PropertyChangeListener {
    PropertyEditors propertyEditors = new PropertyEditors();
    protected boolean attributesShowing;
    protected iSPOTElement cfg;
    protected Button deleteItem;
    protected RMLDocument document;

From source file com.appnativa.studio.dialogs.SimpleHelpDialog.java

public class SimpleHelpDialog extends Dialog {
    private Text text;

    /**
     * Create the dialog.
     * @param parentShell

From source file com.appnativa.studio.dialogs.SplitPaneEditor.java

public class SplitPaneEditor extends Dialog implements ControlListener {
    float splits[];
    private Label lblSplits;
    private SashForm sashForm;

    /**

From source file com.aptana.editor.common.scripting.commands.EnvironmentDialog.java

class EnvironmentDialog extends Dialog {

    private Map<String, String> environment;

    private Color oddRowColor;

From source file com.aptana.editor.common.scripting.commands.FilterThroughCommandDialog.java

public class FilterThroughCommandDialog extends Dialog {

    private Map<String, String> environment;
    private Combo commandCombo;
    private String command;
    private static List<String> lastCommands = new LinkedList<String>();

From source file com.aptana.ide.core.ui.dialogs.InputURLDialog.java

/**
 * @author Max Stepanov
 *
 */
public class InputURLDialog extends Dialog {

From source file com.aptana.ide.snippets.SnippetDialog.java

/**
 * @author Kevin Lindsey
 */
public class SnippetDialog extends Dialog {

    /**

From source file com.aptana.js.interactive_console.console.env.ChooseProcessTypeDialog.java

/**
 * Helper to choose which kind of Rhino run will it be.
 */
final class ChooseProcessTypeDialog extends Dialog {

    private Button checkboxRhinoEclipse;

From source file com.aptana.ui.dialogs.InputURLDialog.java

/**
 * @author Max Stepanov
 *
 */
public class InputURLDialog extends Dialog {

From source file com.aptana.ui.dialogs.SudoPasswordPromptDialog.java

/**
 * This password prompt dialog tries to mimic the native mac password prompt dialog.
 * 
 * @author pinnamuri
 */
public class SudoPasswordPromptDialog extends Dialog {