List of usage examples for org.eclipse.jface.wizard IWizardContainer2 interface-usage
From source file com.codesourcery.internal.installer.ui.WizardDialog.java
/**
* A dialog to show a wizard to the end user.
* <p>
* In typical usage, the client instantiates this class with a particular
* wizard. The dialog serves as the wizard container and orchestrates the
* presentation of its pages.
From source file net.geoprism.shapefile.LocalizedWizardDialog.java
/**
* A dialog to show a wizard to the end user.
* <p>
* In typical usage, the client instantiates this class with a particular
* wizard. The dialog serves as the wizard container and orchestrates the
* presentation of its pages.
From source file net.heartsome.cat.common.ui.wizard.TSWizardDialog.java
/**
* A dialog to show a wizard to the end user.( org.eclipse.jface.wizard.WizardDialog ???)
* <p>
* In typical usage, the client instantiates this class with a particular
* wizard. The dialog serves as the wizard container and orchestrates the
* presentation of its pages.
From source file org.kalypso.contribs.eclipse.jface.wizard.view.IWizardContainer3.java
/**
* Adds publisher-observer behaviour to {@link org.eclipse.jface.wizard.IWizardContainer2}.
*
* @deprecated WizardDialog implements now the {@link org.eclipse.jface.dialogs.IPageChangedListener} interface. Use
* that instead.
* @author belger
From source file org.kalypso.contribs.eclipse.jface.wizard.view.WizardView.java
/**
* A {@link org.eclipse.ui.IViewPart}which is a wizard container.
* <p>
* The {@link org.eclipse.jface.wizard.IWizard}must be set from the outside.
* </p>
* <p>
From source file org.kalypso.contribs.eclipse.jface.wizard.WizardComposite.java
/**
* This implementation of {@link org.eclipse.jface.wizard.IWizardContainer} is just a
* {@link org.eclipse.swt.widgets.Composite}.
*
* @author belger
*/
From source file org.modelio.api.ui.ModelioWizardDialog.java
/** * Version of eclipse's WizardDialog using ModelioDialog instead of TitleAreaDialog. * @see WizardDialog */ @objid("c1fc24d5-910f-11e0-9de7-002564c97630") public class ModelioWizardDialog extends ModelioDialog implements IWizardContainer2, IPageChangeProvider {