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.jaspersoft.studio.editor.gef.rulers.actions.PositionDialog.java

/**
 * Dialog to define or edit the position of ruler guide
 * 
 * @author Orlandin Marco
 *
 */

From source file com.jaspersoft.studio.jface.dialogs.ImageSelectionDialog.java

/**
 * Dialog proposed when an image needs to be selected.
 * 
 * @author Massimo Rabbi (mrabbi@users.sourceforge.net)
 * 
 */

From source file com.jaspersoft.studio.property.descriptor.parameter.dialog.CreateParameterDialog.java

/**
 * This dialog is used to define a pair of parameter name and expression for 
 * the parameter of a dataset run. since the parameter must match an existing parameter
 * inside the original dataset then the selection of the name can be made only between
 * a fixed set of parameters
 * 

From source file com.jaspersoft.studio.rcp.heartbeat.VersionUpdateDialog.java

public class VersionUpdateDialog extends Dialog {
    private boolean isNotShowAgain = false;
    private String newVersion;
    private String optMessage;

    /**

From source file com.jaspersoft.studio.server.wizard.resource.page.datasource.ImportDataSourceInfoFromDA.java

/**
 * Popup dialog that allows to select an existing JSS data adapter to retrieve
 * the information that can be used to create a data source resource on
 * JasperServer.
 * 
 * @author Massimo Rabbi (mrabbi@users.sourceforge.net)

From source file com.jstar.eclipse.dialogs.InputFileDialog.java

public class InputFileDialog extends Dialog {
    private static final String PARSING = "Parsing";
    private static final String SYMBOLIC = "Symbolic execution";
    private static final String CORE = "Core flowgraph";
    private static final String SMT = "Smt solver";

From source file com.kdmanalytics.toif.report.internal.handlers.FiltersDialog.java

/**
 * create the dialog for the filters.
 * 
 * @author Adam Nunn <adam@kdmanalytics.com>
 * 
 */

From source file com.kdmanalytics.toif.ui.internal.filters.FiltersDialog.java

/**
 * create the dialog for the filters.
 * 
 * @author Adam Nunn <adam@kdmanalytics.com>
 * @author Ken Duck
 *         

From source file com.kopson.cite.actions.AddDeviceDialog.java

/**
 * Add roster entry dialog, which prompts for the entry details.
 */
public class AddDeviceDialog extends Dialog {

    /**

From source file com.laex.cg2d.screeneditor.contributions.CustomGridSizeDialog.java

/**
 * The Class CustomGridSizeDialog.
 */
class CustomGridSizeDialog extends Dialog {

    /** The txt width. */