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 au.gov.ga.earthsci.intent.IntentSelectionDialog.java

/**
 * Dialog shown to the user if multiple intent filters match an intent, allowing
 * the user to select the desired handler to handle the intent.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */

From source file bndtools.release.BundleReleaseDialog.java

public class BundleReleaseDialog extends Dialog {

    private static final int UPDATE_RELEASE_BUTTON = IDialogConstants.CLIENT_ID + 1;
    private static final int UPDATE_BUTTON = IDialogConstants.CLIENT_ID + 3;
    private static final int CANCEL_BUTTON = IDialogConstants.CLIENT_ID + 2;

From source file bndtools.release.ErrorDialog.java

public class ErrorDialog extends Dialog {

    private ErrorList errorList;
    private String name;

    public ErrorDialog(Shell parentShell, String name, List<Error> errors) {

From source file bndtools.release.ui.BundleReleaseDialog.java

public class BundleReleaseDialog extends Dialog {

    private static final int UPDATE_RELEASE_BUTTON = IDialogConstants.CLIENT_ID + 1;
    private static final int UPDATE_BUTTON = IDialogConstants.CLIENT_ID + 3;
    private static final int CANCEL_BUTTON = IDialogConstants.CLIENT_ID + 2;

From source file bndtools.release.ui.WorkspaceReleaseDialog.java

public class WorkspaceReleaseDialog extends Dialog implements SelectionListener {

    private List<ProjectDiff> projectDiffs;
    private ProjectListControl projectListControl;
    private BundleTree bundleRelease;
    protected SashForm sashForm;

From source file br.puc.molic.diagram.multiline.InputDialog.java

/**
 * A simple input dialog for soliciting an input string from the user.
 * <p>
 * This concrete dialog class can be instantiated as is, or further subclassed as
 * required.
 * </p>

From source file br.ufes.inf.nemo.oled.validator.antipattern.AntiPatternModifDialog.java

/**
 * @author Tiago Prince
 * @author John Guerson
 */
public class AntiPatternModifDialog extends Dialog {

From source file br.ufes.inf.nemo.oled.validator.antipattern.AntiPatternResultDialog.java

/**
 * @author Tiago Sales
 * @author John Guerson
 *
 */
public class AntiPatternResultDialog extends Dialog {

From source file ca.mcgill.cs.swevo.qualyzer.dialogs.ReportIssueDialog.java

/**
 * Dialog to allow users to report issues to the Qualyzer development team.
 */
@SuppressWarnings("restriction")
public class ReportIssueDialog extends Dialog {
    private static final String QUALYZER_LOG = "qualyzer.log";

From source file ca.mcgill.sable.soot.testing.TestDialog.java

public class TestDialog extends Dialog {
    protected IAdaptable input;

    private Label text_label;

    private Button jimp_button;