|
Eclipse PDE Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITargetLocationWizard
This interface represents a wizard which will be used to add target locations
to a target definition. The wizard will be available from the Add... button
on the locations tab in the target wizard or editor. Implementors must contribute
their wizards through the 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.
Method Summary | |
---|---|
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. |
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 setTarget(ITargetDefinition target)
target
- the target definition this location is being added toITargetLocation[] getLocations()
|
Eclipse PDE Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.