de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class ClearViewAction

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.automated.ui.ui.ClearViewAction
All Implemented Interfaces:
IActionDelegate, IViewActionDelegate

public class ClearViewAction
extends Object
implements IViewActionDelegate

This button is responsible for clearing the results view.

Rating proposed yellow
(2010-02-01)

Constructor Summary
ClearViewAction()
           
 
Method Summary
 void init(IViewPart view)
          
 void run(IAction action)
          
 void selectionChanged(IAction action, ISelection selection)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearViewAction

public ClearViewAction()
Method Detail

init

public void init(IViewPart view)

Specified by:
init in interface IViewActionDelegate

run

public void run(IAction action)

Specified by:
run in interface IActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

Specified by:
selectionChanged in interface IActionDelegate