|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.IWizard
performFinish
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.CoreException
IDialogPageExt.performDialogOperation(IProgressMonitor)
public final void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
protected abstract org.eclipse.jface.wizard.IWizardPage createPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |