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 ac.soton.multisim.ui.dialogs.SimulationSettingsDialog.java

/**
 * Simulation parameters input dialog.
 * Requires to input simulation time and step size.
 * 
 * @author vitaly
 *

From source file ac.soton.rms.ui.dialogs.FMUParametersDialog.java

/**
 * Input dialog for modifying the values of FMU parameters.
 * 
 * @author vitaly
 *
 */

From source file applicationWorkbench.uielements.PrintModeDialog.java

/**
 * @author Eric Bordeau
 */
public class PrintModeDialog extends Dialog {

    private Button tile, fitPage, fitWidth, fitHeight;

From source file at.medevit.ch.artikelstamm.elexis.common.ui.ArtikelstammDetailDialog.java

public class ArtikelstammDetailDialog extends Dialog {

    private final IArtikelstammItem item;

    /**
     * Create the dialog.

From source file at.rc.tacos.client.ui.dialog.DateSelectionDialog.java

/**
 * The date selection dialog from the clipse mylyn project. (c) is by the
 * eclipse mylyn project
 * 
 * @author Ken Sueda
 * @author Mik Kersten

From source file at.rc.tacos.client.view.DateSelectionDialog.java

/**
 * The date selection dialog from the clipse mylyn project. (c) is by the
 * eclipse mylyn project
 * 
 * @author Ken Sueda
 * @author Mik Kersten

From source file au.com.cybersearch2.controls.CustomDialog.java

/**
 * CustomDialog
 * @author Andrew Bowley
 * 10 May 2016
 */
public class CustomDialog<T extends CustomControls> extends Dialog implements DialogHandler {

From source file au.gov.ga.earthsci.application.handlers.ShowViewDialog.java

/**
 * Dialog which lists the parts (or "Views") in this application, and allows the
 * user to select one or multiple.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */

From source file au.gov.ga.earthsci.application.parts.globe.handlers.GotoCoordinateDialog.java

/**
 * Dialog which allows a user to input coordinates they wish to fly to.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class GotoCoordinateDialog extends Dialog {

From source file au.gov.ga.earthsci.catalog.ui.handler.BrowseInputDialog.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>