org.eclipse.cdt.ui.tests.DOMAST
Class ShowInDOMViewAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.ui.tests.DOMAST.ShowInDOMViewAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate
public class ShowInDOMViewAction
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IEditorActionDelegate
- Author:
- dsteffle
Method Summary |
void |
runWithEvent(org.eclipse.jface.action.IAction action,
org.eclipse.swt.widgets.Event event)
|
void |
setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
dispose, init, run, 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 |
run, selectionChanged |
ShowInDOMViewAction
public ShowInDOMViewAction()
setActiveEditor
public void setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
- Specified by:
setActiveEditor
in interface org.eclipse.ui.IEditorActionDelegate
runWithEvent
public void runWithEvent(org.eclipse.jface.action.IAction action,
org.eclipse.swt.widgets.Event event)
- Specified by:
runWithEvent
in interface org.eclipse.ui.IActionDelegate2
- Overrides:
runWithEvent
in class org.eclipse.ui.actions.ActionDelegate