java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.OpenRReportAction
All Implemented Interfaces:
IActionDelegate, IWorkbenchWindowActionDelegate

public class OpenRReportAction extends Object implements IWorkbenchWindowActionDelegate
Our sample action implements workbench action delegate. The action proxy will be created by the workbench and shown in the UI. When the user tries to use the action, this delegate will be created and execution will be delegated to it.
See Also: