Example usage for org.eclipse.jface.dialogs StatusDialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs StatusDialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs StatusDialog subclass-usage.

Usage

From source file au.gov.ga.earthsci.discovery.csw.CSWURLSelectionDialog.java

/**
 * Dialog used to select a URL to open from a CSW discovery result.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class CSWURLSelectionDialog extends StatusDialog {

From source file au.gov.ga.earthsci.discovery.darwin.DarwinURLSelectionDialog.java

/**
 * Dialog used to select a URL to open from a Darwin discovery result.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class DarwinURLSelectionDialog extends StatusDialog {

From source file au.gov.ga.earthsci.discovery.ui.preferences.EditDiscoveryServiceDialog.java

/**
 * Dialog used to edit/create discovery services.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class EditDiscoveryServiceDialog extends StatusDialog {

From source file com.aptana.editor.common.preferences.TaskTagInputDialog.java

class TaskTagInputDialog extends StatusDialog {

    private Text fTagNameText;
    private Combo fPriorityCombo;
    private String fPriority;
    private String fTagName;

From source file com.aptana.formatter.ui.preferences.AlreadyExistsDialog.java

/**
 * The dialog to rename an imported profile.
 */
public class AlreadyExistsDialog extends StatusDialog {

    private Composite fComposite;

From source file com.aptana.formatter.ui.preferences.CreateProfileDialog.java

/**
 * The dialog to create a new profile.
 */
public class CreateProfileDialog extends StatusDialog {

    private Text fNameText;

From source file com.aptana.formatter.ui.preferences.FormatterModifyDialog.java

public abstract class FormatterModifyDialog extends StatusDialog
        implements IFormatterModifyDialog, IStatusChangeListener {

    private final FormatterDialogPreferences preferences = new FormatterDialogPreferences();

    private final FormatterControlManager controlManager = new FormatterControlManager(preferences, this);

From source file com.aptana.git.ui.dialogs.AddRemoteDialog.java

public class AddRemoteDialog extends StatusDialog {

    private Text remoteURIText;
    private String remoteURI;
    private Button trackButton;
    private boolean track;

From source file com.aptana.git.ui.dialogs.CompareWithDialog.java

/**
 * Gives various references to compare the current resource with. These include commit SHAs from the resource's git
 * history, as well as various branches/tags.
 * 
 * @author cwilliams
 */

From source file com.aptana.git.ui.dialogs.CreatePullRequestDialog.java

/**
 * @author cwilliams
 */
public class CreatePullRequestDialog extends StatusDialog {

    private Text bodyText;