|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
com.ibm.commons.swt.dialog.WizardExt
public abstract class WizardExt
Abstract class that must be used when a wizard is intended to be used by LWPDOnePageDialog
LWPDOnePageDialog| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
WizardExt()
Creates a new instanceof of this class. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
protected abstract org.eclipse.jface.wizard.IWizardPage |
createPage()
|
boolean |
performFinish()
|
protected boolean |
performWizardOperation(org.eclipse.core.runtime.IProgressMonitor monitor)
The wizard dialog that uses this class only has one wizard page associated with it. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardExt()
| Method Detail |
|---|
public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizard
protected boolean performWizardOperation(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.reflect.InvocationTargetException,
org.eclipse.core.runtime.CoreException
monitor - the progress monitor that should be used to relay progress information
java.lang.reflect.InvocationTargetException
org.eclipse.core.runtime.CoreExceptionIDialogPageExt.performDialogOperation(IProgressMonitor)public final void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardprotected abstract org.eclipse.jface.wizard.IWizardPage createPage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||