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

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

Introduction

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

Usage

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

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

From source file be.ibridge.kettle.chef.wizards.RipDatabaseWizard.java

/**
 * This wizard helps you extract information from tables in one database and pump it into another.
 * 
 * @since 17-apr-04
 * @author Matt
 *

From source file be.ibridge.kettle.spoon.wizards.CopyTableWizard.java

/**
 * This wizard helps you create a transformation that copies a table from one database to another.
 * 
 * @since 29-mar-05
 * @author Matt
 *

From source file be.ibridge.kettle.spoon.wizards.RipDatabaseWizard.java

/**
 * This wizard helps you extract information from tables in one database and pump it into another.
 * 
 * @since 17-apr-04
 * @author Matt
 *

From source file be.ibridge.kettle.trans.step.textfileinput.TextFileImportWizard.java

/**
 * @author Matt
 *
 * To change the template for this generated type comment go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */

From source file com.byterefinery.rmbench.dialogs.DDLExportWizard.java

/**
 * a wizard for configuring DDL export to a database or SQL script. The
 * wizard contains one standard page, which allows selection of the target database
 * and the DDL generator. A configuration page for the DLL generator is shown 
 * depending on the selected generator
 * 

From source file com.codenvy.eclipse.ui.wizard.common.CredentialsProviderWizard.java

/**
 * Interface for {@link IWizard} providing Codenvy credentials.
 * 
 * @author Stphane Daviet
 * @author Kevin Pollet
 */

From source file com.mentor.nucleus.bp.core.ui.WizardDelegate.java

/**
 *
 * This wizard implementation manages passing wizard interface calls
 *  to a downstream partner (aslo assumed to implement IWizard).
 * 
 */

From source file com.microsoft.tfs.client.common.ui.teambuild.wizards.ICreateBuildConfigurationWizard.java

/**
 * Interface implemented by all Create Build Configuration Wizards.
 */
public interface ICreateBuildConfigurationWizard extends IWizard {

    void init(IBuildDefinition buildDefinition);

From source file com.microsoft.tfs.client.common.ui.wizard.teamprojectwizard.ITeamProjectWizard.java

public interface ITeamProjectWizard extends IWizard {
    public void setServerURI(URI serverURI);

    public TFSServer getServer();

    public ProjectInfo[] getSelectedProjects();