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

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.automated.ui.ui.SkipAction
All Implemented Interfaces:
IActionDelegate, IViewActionDelegate
Direct Known Subclasses:
SkipExecutionAction, SkipExecutionFileAction, SkipIterationAction, SkipModelFileAction

public abstract class SkipAction
extends Object
implements IViewActionDelegate

Super class for all actions that have to do with skipping.

Rating proposed yellow
(2010-02-08)

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

Constructor Detail

SkipAction

public SkipAction()
Method Detail

init

public void init(IViewPart view)

Specified by:
init in interface IViewActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

Specified by:
selectionChanged in interface IActionDelegate