Package org.eclipse.pde.ui.target
Application programming interfaces describing UI elements that can be contributed to PDE target platform support.
Package Specification
Provides interfaces describing the UI elements that can be contributed to the target platform editor, wizard and preference pages via extension point.-
Interface Summary Interface Description ITargetLocationEditor Contributed target locations that want to support editing in the target wizard and editor must adapt theirITargetLocation
to this interface.ITargetLocationUpdater Contributed target locations that want to support updating in the target wizard and editor must adapt theirITargetLocation
to this interface.ITargetLocationWizard This interface represents a wizard which will be used to add target locations to a target definition.