public final class FMEAAction extends AaxlReadOnlyActionAsJob
Constructor and Description |
---|
FMEAAction() |
Modifier and Type | Method and Description |
---|---|
void |
doAaxlAction(org.eclipse.core.runtime.IProgressMonitor monitor,
Element obj)
This method will be defined by the ultimate subclass, and implements the
true body of the action.
|
dispose, init, run, selectionChanged, setActivePart
public void doAaxlAction(org.eclipse.core.runtime.IProgressMonitor monitor, Element obj)
AbstractAaxlAction
AbstractAaxlAction.run(IAction)
method, which first makes sure the OSATE
environment is loaded and other house cleaning things.
It is a good idea, although not required, for the action to check to see
if the action has been cancelled
.
If cancellation is detected, this method should throw the unchecked
exception OperationCanceledException
.
monitor
- The progress monitor to use to provide feedback about the
action and to check for cancellation.obj
- The currently selected Element in the workspace.