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

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

Introduction

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

Usage

From source file amltransformation.dialogs.ImportAMLDialog.java

public class ImportAMLDialog extends TitleAreaDialog {

    private static final String MISSING_INPUT_WARNING = "The following files are missing: \n";
    private static final String PARTS = "AML-Parts";
    private static final String PROJECT = "Project";

From source file amltransformation.dialogs.ImportRemoteAMLDialog.java

/**
 * @author Kiril Aleksandrov
 * @author Abteilung ISPE/PDE, FZI Forschungszentrum Informatik 
 *
 * 18 Mar 2014
 *

From source file at.bestsolution.efxclipse.tooling.jdt.ui.internal.editors.AddDialog.java

/**
 * @author Martin Bluehweis
 */
public abstract class AddDialog<T extends EObject> extends TitleAreaDialog {
    protected final DataBindingContext dbContext = new DataBindingContext();
    private final ObservablesManager mgr = new ObservablesManager();

From source file at.bestsolution.persistence.emap.ecoregenerator.GeneratorOptionsDialog.java

/**
 * @author Martin Bluehweis
 */
@SuppressWarnings("restriction")
public class GeneratorOptionsDialog extends TitleAreaDialog {
    /**

From source file at.kolli.dialogs.ConnectionDialog.java

/**
 * Dialog to display an progress bar and shows messages for during workflow
 * 
 * @package at.kolli.dialogs
 * @author Alexander Kolli
 * @version 1.00.00, 04.12.2007

From source file at.medevit.elexis.gdt.ui.dialog.NeueUntersuchungAnfordernDialog.java

public class NeueUntersuchungAnfordernDialog extends TitleAreaDialog {
    private Text txtIDReceiver;
    private Text txtIDSender;
    private Text txtPatientenKennung;
    private Text txtPatientNachname;
    private Text txtPatientVorname;

From source file at.medevit.elexis.gdt.ui.dialog.StammdatenUebermittelnDialog.java

public class StammdatenUebermittelnDialog extends TitleAreaDialog {
    private Text txtIDReceiver;
    private Text txtIDSender;
    private Text txtPatientenKennung;
    private Text txtPatientNachname;
    private Text txtPatientVorname;

From source file at.medevit.elexis.impfplan.ui.dialogs.SupplementVaccinationDialog.java

public class SupplementVaccinationDialog extends TitleAreaDialog {
    private Text txtAdministrator;
    private Text txtArticleName;
    private Text txtLotNo;
    private Text txtAtcCode;
    private Text txtArticleEAN;

From source file at.medevit.menus.dialog.AddPersonDialog.java

public class AddPersonDialog extends TitleAreaDialog {
    private DataBindingContext m_bindingContext;

    private Person person;
    private Text txtFirstname;
    private Text txtLastname;

From source file at.medevit.plugin.alpha.dialog.FunTitleAreaDialog.java

public class FunTitleAreaDialog extends TitleAreaDialog {

    /**
     * Create the dialog.
     * @param parentShell
     */