|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.emf.ecp.spi.common.ui.ECPWizard<T>
T - the CompositeProvider to use during buildpublic abstract class ECPWizard<T extends CompositeProvider>
An abstract class for all Wizard with only one page that use an CompositeProvider to create this page.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
ECPWizard()
|
|
| Method Summary | |
|---|---|
void |
setCompositeProvider(CompositeProvider compositeProvider)
Sets the CompositeProvider for this wizard. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ECPWizard()
| Method Detail |
|---|
public void setCompositeProvider(CompositeProvider compositeProvider)
CompositeProvider for this wizard.
compositeProvider - the CompositeProvider to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||