List of usage examples for org.eclipse.jface.wizard IWizardContainer interface-usage
From source file net.refractions.udig.catalog.internal.ui.WorkflowWizardDialogDecorator.java
/**
* Poses as the Container for the {@link WorkflowWizardAdapter}. Wraps a WizardDialog and
* delegates most calls to it.
*
* @author jesse
* @since 1.1.0
From source file org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.java
public class RefactoringWizardDialog2 extends TrayDialog implements IWizardContainer { private RefactoringWizard fWizard; private IWizardPage fCurrentPage; private IWizardPage fVisiblePage;
From source file org.jkiss.dbeaver.ui.dialogs.MultiPageWizardDialog.java
/** * MultiPageWizardDialog */ public class MultiPageWizardDialog extends TitleAreaDialog implements IWizardContainer { private IWizard wizard;
From source file org.locationtech.udig.catalog.internal.ui.WorkflowWizardDialogDecorator.java
/**
* Poses as the Container for the {@link WorkflowWizardAdapter}. Wraps a WizardDialog and
* delegates most calls to it.
*
* @author jesse
* @since 1.1.0