public interface ITargetLocationWizard extends IWizard
org.eclipse.pde.ui.targetLocationProvisioners
extension point. Implementing classes must have a default constructor (zero
arguments) for the class to be created from the extension.Modifier and Type | Method and Description |
---|---|
ITargetLocation[] |
getLocations()
Returns an array of target locations to be added to the target definition.
|
void |
setTarget(ITargetDefinition target)
After the wizard is created this method will be called, providing this wizard with information
from the target definition the new location(s) will be added to.
|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
void setTarget(ITargetDefinition target)
target
- the target definition this location is being added toITargetLocation[] getLocations()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.