List of usage examples for org.eclipse.jface.wizard WizardPage subclass-usage
From source file ac.soton.eventb.classdiagrams.diagram.part.ModelElementSelectionPage.java
/** * Wizard page that allows to select element from model. * @generated */ public class ModelElementSelectionPage extends WizardPage { /**
From source file ac.soton.fmusim.components.diagram.part.ModelElementSelectionPage.java
/** * Wizard page that allows to select element from model. * @generated */ public class ModelElementSelectionPage extends WizardPage { /**
From source file ac.soton.fmusim.components.ui.wizards.pages.AbstractComponentDefinitionPage.java
/**
* Abstract component definition page.
* Contains methods for creating labelled UI controls.
*
* @author vitaly
*
From source file ac.soton.multisim.ui.wizards.pages.AbstractWizardPage.java
/**
* Abstract wizard page.
* Contains methods for creating labelled UI controls.
*
* @author vitaly
*
From source file admix.AdmixWizard.java
class AdmixOptionsPage extends WizardPage { public static final String PAGE_NAME = "Summary"; private Label textLabel; Table tableBoxes; FontData popFontData = new FontData("Arial", 10, SWT.BOLD),
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 algsymboleditor.wizards.NewFencedWizardPage.java
/** * The "New" wizard page allows setting the container for the new file as well * as the file name. The page will only accept file name without the extension * OR with the extension that matches the expected one (algfenced). */ public class NewFencedWizardPage extends WizardPage {
From source file algsymboleditor.wizards.NewQuotientWizardPage.java
/** * The "New" wizard page allows setting the container for the new file as well * as the file name. The page will only accept file name without the extension * OR with the extension that matches the expected one (algquotient). */ public class NewQuotientWizardPage extends WizardPage {
From source file algsymboleditor.wizards.NewSymbolWizardPage.java
/** * The "New" wizard page allows setting the container for the new file as well * as the file name. The page will only accept file name without the extension * OR with the extension that matches the expected one (algsymbol). */ public class NewSymbolWizardPage extends WizardPage {
From source file ar.com.fluxit.jqa.wizard.page.AbstractWizardPage.java
/** * TODO javadoc * * @author Juan Ignacio Barisich */ public abstract class AbstractWizardPage extends WizardPage {