org.jmlspecs.eclipse.jdt.ui
Class EscjavaAction.GoToDecl

java.lang.Object
  extended by org.jmlspecs.eclipse.jdt.ui.EscjavaAction
      extended by org.jmlspecs.eclipse.jdt.ui.EscjavaAction.GoToDecl
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
Enclosing class:
EscjavaAction

public static class EscjavaAction.GoToDecl
extends EscjavaAction

This class implements the action that opens and positions an editor on an associated declaration of a marker.

Author:
David R. Cok

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jmlspecs.eclipse.jdt.ui.EscjavaAction
EscjavaAction.Check, EscjavaAction.Clear, EscjavaAction.ESC, EscjavaAction.GoToDecl
 
Constructor Summary
EscjavaAction.GoToDecl()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.jmlspecs.eclipse.jdt.ui.EscjavaAction
dispose, init, iterateByPFR, iterateByProject, selectionChanged, setActivePart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscjavaAction.GoToDecl

public EscjavaAction.GoToDecl()
Method Detail

run

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