SysML

org.topcased.sysml.tools.actions
Class DesignElementsCoverAction

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

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

Action enabling to choose design elements that satisfy a requirement


Constructor Summary
DesignElementsCoverAction()
           
 
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

DesignElementsCoverAction

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