org.ocleditor.internal.ui.navigation
Class ActionGotoJavaFile

java.lang.Object
  extended byorg.ocleditor.internal.ui.navigation.ActionGotoJavaFile
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate

public class ActionGotoJavaFile
extends java.lang.Object
implements org.eclipse.ui.IActionDelegate

This class is used to navigate from an OCL context to the corresponding java file.


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

Constructor Detail

ActionGotoJavaFile

public ActionGotoJavaFile()
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

run

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