Eclipse Platform
2.0

org.eclipse.ui
Interface ICapabilityWizard

All Superinterfaces:
ICapabilityInstallWizard, IWizard

Deprecated. use ICapabilityInstallWizard instead. This interface will be deleted for M6 milestone build.

public interface ICapabilityWizard
extends ICapabilityInstallWizard

Interface for project capability configuration wizards.

Clients should implement this interface and include the name of their class in an extension contributed to the workbench's capabilities wizard extension point (named "org.eclipse.ui.capabilities").

Since:
2.0
See Also:
IWizard, ICapabilityInstallWizard

Methods inherited from interface org.eclipse.ui.ICapabilityInstallWizard
init
 
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
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.