public interface IEditorActionDelegate extends IActionDelegate
IActionDelegate
and adds a method for
connecting the delegate to the editor it should work with. Since there is
always only one action delegate per editor type, this method supplies the
link to the currently active editor instance.Modifier and Type | Method and Description |
---|---|
void |
setActiveEditor(IAction action,
IEditorPart targetEditor)
Sets the active editor for the delegate.
|
run, selectionChanged
void setActiveEditor(IAction action, IEditorPart targetEditor)
action
- the action proxy that handles presentation portion of the actiontargetEditor
- the new editor target
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.