|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDialogPageExt
An interface that is used in conjunction with the LWPDOnePageDialog. Users are encouraged to use the
abstract class WizardPageExt
.
Method Summary | |
---|---|
boolean |
performDialogOperation(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Performs the work on behalf of the wizard. |
void |
setWizardContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
Sets the wizard container for the current page. |
java.lang.String |
validatePage()
Gets called while the UI thread is idle. |
Method Detail |
---|
boolean performDialogOperation(org.eclipse.core.runtime.IProgressMonitor progressMonitor) throws java.lang.reflect.InvocationTargetException, org.eclipse.core.runtime.CoreException
progressMonitor
- the progress monitor that may be used to show the progress of the operation
java.lang.reflect.InvocationTargetException
org.eclipse.core.runtime.CoreException
void setWizardContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
wizardContainer
- java.lang.String validatePage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |