SysML

org.topcased.sysml.tools.actions
Class TestCaseCoverAction

java.lang.Object
  extended by org.topcased.sysml.tools.actions.TestCaseCoverAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class TestCaseCoverAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate

Action enabling to choose test case that cover a requirement


Constructor Summary
TestCaseCoverAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
          run
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection sel)
          Selection changed.
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
          set the ActivePart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseCoverAction

public TestCaseCoverAction()
Method Detail

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection sel)
Selection changed.

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Parameters:
action - IAction
sel - ISelection
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)

run

public void run(org.eclipse.jface.action.IAction action)
run

Specified by:
run in interface org.eclipse.ui.IActionDelegate
Parameters:
action - IAction
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)

setActivePart

public void setActivePart(org.eclipse.jface.action.IAction action,
                          org.eclipse.ui.IWorkbenchPart targetPart)
set the ActivePart

Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate
Parameters:
action - IAction
targetPart - IWorkbenchPart
See Also:
IObjectActionDelegate.setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)

SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.