|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfigurationWizard
Required interface for implementing org.eclipse.ecf.ui.configurationWizards extension point. Extensions for extension point org.eclipse.ecf.ui.configurationWizards must provide a class implementing this interface.
| Method Summary | |
|---|---|
ContainerConfigurationResult |
getConfigurationResult()
Get result of configuration. |
void |
init(org.eclipse.ui.IWorkbench workbench,
ContainerTypeDescription description)
Initialize the wizard with the workbench and the desired container type description |
| Methods inherited from interface org.eclipse.jface.wizard.IWizard |
|---|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer |
| Method Detail |
|---|
void init(org.eclipse.ui.IWorkbench workbench,
ContainerTypeDescription description)
workbench - the workbench for the wizard. Will not be null.description - the ContainerTypeDescription to use to
create/configure the new IContainer instanceContainerConfigurationResult getConfigurationResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||