org.eclipse.mofscript.editor
Class MofScriptEditorActionDelegate

java.lang.Object
  extended by org.eclipse.mofscript.editor.MofScriptEditorActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IEditorActionDelegate

public class MofScriptEditorActionDelegate
extends java.lang.Object
implements org.eclipse.ui.IEditorActionDelegate

Action delegate for MOFScript actions

Author:
jol

Constructor Summary
MofScriptEditorActionDelegate()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
 void setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MofScriptEditorActionDelegate

public MofScriptEditorActionDelegate()
Method Detail

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Parameters:
action -
selection -

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction action,
                            org.eclipse.ui.IEditorPart targetEd)
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate
Parameters:
action -
targetEd -

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Parameters:
action -