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 ca.mcgill.sable.soot.testing.TestingDialog.java

/**
 * @author jlhotak
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to

From source file ca.mcgill.sable.soot.ui.SootOptionsLauncherDialog.java

public class SootOptionsLauncherDialog extends Dialog {
    protected IAdaptable input;
    private Text text_input;
    private Label text_label;

    public SootOptionsLauncherDialog(Shell parentShell, IAdaptable input) {

From source file ca.uvic.chisel.logging.eclipse.internal.ui.AboutCategoryDialog.java

/**
 * A dialog for showing information about a logging category.
 * @author Del Myers
 *
 */
public class AboutCategoryDialog extends Dialog {

From source file ca.uvic.cs.tagsea.monitoring.internal.ui.MonitorAgreementDialog.java

/**
 * TODO comment
 * @author Del Myers
 *
 */
public class MonitorAgreementDialog extends Dialog {

From source file ca.uvic.cs.tagsea.research.UserIDDialog.java

/**
 * A dialog that prompts users for some information so that they can get a user id for the study.
 * @author Del Myers
 *
 */
public class UserIDDialog extends Dialog {

From source file ca.uwinnipeg.proximity.desktop.AboutDialog.java

/**
 * The about dialog that displays credits and a description.
 * @author Garrett Smith
 *
 */
public class AboutDialog extends Dialog {

From source file carisma.ui.eclipse.dialogs.parameters.ParameterDialogUtil.java

/**
 * Dialog to set the parameters.
 */
public class ParameterDialogUtil extends Dialog {

    /**

From source file cc.warlock.rcp.application.WarlockUpdateDialog.java

public class WarlockUpdateDialog extends Dialog {

    private TableViewer updateTable;
    private HashMap<Update, Boolean> updates = new HashMap<Update, Boolean>();

    public WarlockUpdateDialog(Shell parent, List<Update> updates) {

From source file cc.warlock.rcp.stormfront.ui.prefs.AccountEditDialog.java

public class AccountEditDialog extends Dialog {

    private static int TEST_ACCOUNT = 3;
    private String username, password;
    private TextField usernameField;
    private TextField passwordField;

From source file cc.warlock.rcp.stormfront.ui.prefs.ProfileEditDialog.java

public class ProfileEditDialog extends Dialog {

    protected Account account;
    protected Profile profile;

    protected ComboField gameField;