Example usage for org.eclipse.jface.wizard IWizardPage interface-usage

List of usage examples for org.eclipse.jface.wizard IWizardPage interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.wizard IWizardPage interface-usage.

Usage

From source file ag.ion.noa4e.ui.wizards.application.LocalApplicationWizardDefinePage.java

/**
 * Wizard page in order to define the path of a local OpenOffice.org application.
 * 
 * @author Andreas Brker
 * @version $Revision: 11685 $
 */

From source file at.medevit.elexis.ehc.ui.dialog.ExportWizardSelectionPage.java

public class ExportWizardSelectionPage extends WizardPage implements IWizardPage {

    /**
     * List of wizard nodes that have cropped up in the past (element type: <code>IWizardNode</code>
     * ).
     */

From source file at.medevit.elexis.ehc.ui.dialog.ImportWizardSelectionPage.java

public class ImportWizardSelectionPage extends WizardPage implements IWizardPage {

    /**
     * List of wizard nodes that have cropped up in the past (element type: <code>IWizardNode</code>
     * ).
     */

From source file cc.warlock.rcp.wizards.WizardPageWithNotification.java

/**
 * @author rob.stryker@jboss.com
 */
public abstract class WizardPageWithNotification extends WizardPage implements IWizardPage {
    /**
     * @param pageName

From source file ch.acanda.eclipse.pmd.wizard.RuleSetWizardPage.java

public interface RuleSetWizardPage extends IWizardPage {

    RuleSetModel getRuleSet();

}

From source file ch.gpb.elexis.kgexporter.wizard.KgExportWizardPage1.java

public class KgExportWizardPage1 extends WizardPage implements IWizardPage {
    private Composite container;
    private Button cb_Problemliste;
    private Button cb_Medikationsliste;
    private Button cb_Laborblatt;
    private Button cb_Briefe;

From source file ch.gpb.elexis.kgexporter.wizard.KgExportWizardPage2.java

public class KgExportWizardPage2 extends WizardPage implements IWizardPage {
    private Text exportPath;
    private Composite container;
    String selectedDir;
    String sFooterText;
    Label label1;

From source file com.android.ide.eclipse.adt.refactorings.extractstring.ExtractStringInputPage.java

/**
 * @see ExtractStringRefactoring
 */
class ExtractStringInputPage extends UserInputWizardPage implements IWizardPage {

    /** Last res file path used, shared across the session instances but specific to the

From source file com.aptana.ide.core.ui.wizards.IBaseWizardPage.java

/**
 * Base wizard page
 * 
 * @author Kevin Sawicki (ksawicki@aptana.com)
 */
public interface IBaseWizardPage extends IWizardPage {

From source file com.aptana.ide.core.ui.wizards.IProjectCreationWizardPage.java

/**
 * Interface to represent the section in a project wizard where you set the name of the project and the location on disk
 * 
 * @author Kevin Sawicki (ksawicki@aptana.com)
 */
public interface IProjectCreationWizardPage extends IWizardPage {