List of usage examples for org.eclipse.jface.dialogs IPageChangingListener interface-usage
From source file com.codenvy.eclipse.ui.wizard.common.pages.AuthenticationWizardPage.java
/**
* Authentication wizard page. In this wizard page the user authenticates with the Codenvy platform by it's URL, Username and Password.
*
* @author Kevin Pollet
* @author Stphane Daviet
*/
From source file com.ibm.xsp.extlib.designer.tooling.palette.applicationlayout.ApplicationLayoutDropWizard.java
/** * @author Gary Marjoram * */ public class ApplicationLayoutDropWizard extends Wizard implements IPageChangingListener { private final PanelExtraData _panelData;
From source file com.ibm.xsp.extlib.designer.tooling.palette.calendarview.CalendarViewDropWizard.java
/** * @author Gary Marjoram * */ public class CalendarViewDropWizard extends Wizard implements IPageChangingListener, IPageChangedListener { public static final String WIZARD_TITLE = "iNotes Calendar Wizard"; // $NON-NLS-1$
From source file com.ibm.xsp.extlib.designer.tooling.palette.singlepageapp.SinglePageAppDropWizard.java
/** * @author Gary Marjoram * */ public class SinglePageAppDropWizard extends Wizard implements IPageChangingListener, IPageChangedListener {
From source file com.ibm.xsp.extlib.designer.tooling.utils.AbstractWizard.java
/** * @author Gary Marjoram * */ public abstract class AbstractWizard extends Wizard implements IPageChangingListener {
From source file com.nokia.testfw.codegen.ui.wizard.ChooseProjectPage.java
public class ChooseProjectPage extends WizardPage implements IPageChangingListener { private TableViewer iTableViewer; private IStructuredSelection iSelection; private ICarbideBuildManager iBuildManager; private IProject iTargetProject;
From source file com.nokia.testfw.codegen.ui.wizard.TestCasePreviewPage.java
/** * Test Case Wizard page for reviewing changes * */ public class TestCasePreviewPage extends WizardPage implements IPageChangedListener, IPageChangingListener {
From source file com.quantcomponents.ui.marketdata.NewHistoricalData.java
public class NewHistoricalData extends Wizard implements IPageChangingListener { private final MarketDataManagerPresentationWrapper marketDataManager; private ContractBean contractCriteria; private NewHistoricalDataPage1 page1; private NewHistoricalDataPage2 page2;
From source file com.siteview.mde.internal.ui.wizards.imports.PluginImportWizard.java
public class PluginImportWizard extends Wizard implements IImportWizard, IPageChangingListener { private static final String STORE_SECTION = "PluginImportWizard"; //$NON-NLS-1$ private IStructuredSelection selection; private PluginImportWizardFirstPage page1;
From source file eu.esdihumboldt.hale.ui.io.IOWizard.java
/**
* Abstract I/O wizard based on {@link IOProvider} descriptors
*
* @param <P> the {@link IOProvider} type used in the wizard
*
* @author Simon Templer