org.ocleditor.internal.ui.navigation
Class ActionGotoOclFile

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

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

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

If the file doesn't exist it will be created.


Constructor Summary
ActionGotoOclFile()
           
 
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

ActionGotoOclFile

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