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.archimatetool.editor.diagram.actions.PrintModeDialog.java

/**
 * Print Mode Dialog
 * 
 * @author Phillip Beauvoir
 */
public class PrintModeDialog extends Dialog {

From source file com.archimatetool.editor.ui.findreplace.FindReplaceDialog.java

/**
 * Find/Replace Dialog (based on the XMind Find/Replace dialog)
 */
public class FindReplaceDialog extends Dialog implements IPartListener, IDialogConstants {

    private static Map<IWorkbenchWindow, FindReplaceDialog> SINGLETONS = new HashMap<IWorkbenchWindow, FindReplaceDialog>();

From source file com.architexa.diagrams.jdt.utils.ArrayMultipleElementSelectionDialog.java

public class ArrayMultipleElementSelectionDialog extends Dialog {
    private final Object[] arr;
    private final String dlgTitle;
    public Object[] sel = null;
    private final LabelProvider arrProvider;
    private StructuredViewer viewer;

From source file com.architexa.diagrams.jdt.utils.ArraySingleElementSelectionDialog.java

public class ArraySingleElementSelectionDialog extends Dialog {
    private final Object[] arr;
    private final String dlgTitle;
    public Object sel = null;
    private final LabelProvider arrProvider;
    private StructuredViewer viewer;

From source file com.architexa.diagrams.relo.jdt.actions.OpenReloSessionTreeDialog.java

public class OpenReloSessionTreeDialog extends Dialog {
    private final TreeNode rootTNode;

    private final LabelProvider lblProvider;
    private StructuredViewer treeViewer;
    private final List<?> navPaths;

From source file com.architexa.org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog.java

/**
 * This class implements a default dialog that allows customization of the different
 * entries/items on a GEF palette, i.e. the model behind the palette.
 * <p>
 * The construction of the dialog is broken down into different methods in order to allow
 * clients to further customize the appearance of the dialog, if so desired.

From source file com.architexa.org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog.java

/**
 * @author Pratik Shah
 */
public class PaletteSettingsDialog extends Dialog {

    private PaletteViewerPreferences prefs;

From source file com.arm.cmsis.pack.installer.CopyExampleDialog.java

/**
 *
 */
public class CopyExampleDialog extends Dialog {

    private final String fExampleName;

From source file com.arm.cmsis.pack.installer.jobs.LicenseDialog.java

/**
 * License Dialog
 */
public class LicenseDialog extends Dialog {

    private String fPackName;

From source file com.arm.cmsis.pack.ui.preferences.NewRepoDialog.java

/**
 * The new repository dialog
 */
public class NewRepoDialog extends Dialog {
    private boolean fIsEdit;
    private String[] fData;