org.eclipse.cdt.debug.internal.ui.actions
Class AddExpressionEditorActionDelegate
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.debug.internal.ui.actions.AddExpressionEditorActionDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate
public class AddExpressionEditorActionDelegate
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IEditorActionDelegate
The "Add Expression" action contribution to editors.
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
|
void |
setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
dispose, init, runWithEvent, selectionChanged |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IActionDelegate |
selectionChanged |
AddExpressionEditorActionDelegate
public AddExpressionEditorActionDelegate()
setActiveEditor
public void setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
- Specified by:
setActiveEditor
in interface org.eclipse.ui.IEditorActionDelegate
run
public void run(org.eclipse.jface.action.IAction action)
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- Overrides:
run
in class org.eclipse.ui.actions.ActionDelegate