|
Eclipse PDE Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITargetLocationEditor
Contributed target locations that want to support editing in the target wizard and editor must adapt
their ITargetLocation
to this interface.
Method Summary | |
---|---|
boolean |
canEdit(ITargetDefinition target,
ITargetLocation targetLocation)
Returns whether this target location can be edited by this editor. |
IWizard |
getEditWizard(ITargetDefinition target,
ITargetLocation targetLocation)
Returns a wizard that will be opened to edit the given target location. |
Method Detail |
---|
boolean canEdit(ITargetDefinition target, ITargetLocation targetLocation)
target
- the target definition being editedtargetLocation
- the target location to edit
IWizard getEditWizard(ITargetDefinition target, ITargetLocation targetLocation)
target
- the target definition being editedtargetLocation
- the target location to edit
|
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.