it.uniroma3.plasm.actionset
Class EvaluateAllBuffer

java.lang.Object
  extended byit.uniroma3.plasm.actionset.CheckPlasmAction
      extended byit.uniroma3.plasm.actionset.EvaluateAction
          extended byit.uniroma3.plasm.actionset.EvaluateAllBuffer
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class EvaluateAllBuffer
extends EvaluateAction

This action evaluates all the buffer

Version:
$Id: EvaluateAllBuffer.java,v 1.5 2004/06/15 08:23:17 giupo Exp $
Author:
giupo
See Also:
IWorkbenchWindowActionDelegate

Nested Class Summary
 
Nested classes inherited from class it.uniroma3.plasm.actionset.EvaluateAction
EvaluateAction.Refresher
 
Constructor Summary
EvaluateAllBuffer()
           
 
Method Summary
 void evaluate()
           
 
Methods inherited from class it.uniroma3.plasm.actionset.EvaluateAction
run
 
Methods inherited from class it.uniroma3.plasm.actionset.CheckPlasmAction
dispose, init, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluateAllBuffer

public EvaluateAllBuffer()
Method Detail

evaluate

public void evaluate()
Specified by:
evaluate in class EvaluateAction