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

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

public static class EscjavaAction.Clear
extends EscjavaAction

This class implements the action that clears EscJava markers.

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.Clear()
           
 
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.Clear

public EscjavaAction.Clear()
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