java.lang.Objectcom.ibm.jdg2e.serviceability.TraceAction
This class implements an action that runs the trace
IWorkbenchWindowActionDelegate| Constructor Summary | |
TraceAction()
The constructor. |
|
| Method Summary | |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow arg0)
|
void |
run(org.eclipse.jface.action.IAction arg0)
Gets the tracing option and displays the actions message dialog. |
void |
selectionChanged(org.eclipse.jface.action.IAction arg0,
org.eclipse.jface.viewers.ISelection arg1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TraceAction()
| Method Detail |
public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void init(org.eclipse.ui.IWorkbenchWindow arg0)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void run(org.eclipse.jface.action.IAction arg0)
run in interface org.eclipse.ui.IActionDelegateIActionDelegate.run(org.eclipse.jface.action.IAction)
public void selectionChanged(org.eclipse.jface.action.IAction arg0,
org.eclipse.jface.viewers.ISelection arg1)
selectionChanged in interface org.eclipse.ui.IActionDelegate