public interface IObjectActionDelegate extends IActionDelegate
IActionDelegate
and adds an initialization method for connecting the delegate to the
part it should work with.Modifier and Type | Method and Description |
---|---|
void |
setActivePart(IAction action,
IWorkbenchPart targetPart)
Sets the active part for the delegate.
|
run, selectionChanged
void setActivePart(IAction action, IWorkbenchPart targetPart)
This method will be called every time the action appears in a popup menu. The targetPart may change with each invocation.
action
- the action proxy that handles presentation portion of the
action; must not be null
.targetPart
- the new part target; must not be null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.