public interface ITargetLocationEditor
ITargetLocation
to this interface.Modifier and Type | Method and Description |
---|---|
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.
|
boolean canEdit(ITargetDefinition target, ITargetLocation targetLocation)
target
- the target definition being editedtargetLocation
- the target location to editIWizard getEditWizard(ITargetDefinition target, ITargetLocation targetLocation)
target
- the target definition being editedtargetLocation
- the target location to edit
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.