public interface IWorkingSetNewWizard extends IWizard
Use org.eclipse.ui.IWorkingSetManager#createWorkingSetNewWizard(String[] workingSetIds) to create an instance of this wizard.
This interface is not intended to be implemented by clients.
IWorkingSetManager
,
IWorkingSetPage
Modifier and Type | Method and Description |
---|---|
IWorkingSet |
getSelection()
Returns the new working set.
|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
IWorkingSet getSelection()
null
if the wizard has
been cancelled.null
if the wizard has been
cancelled.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.