| java.lang.Object org.eclipse.ui.examples.jobs.actions.DebugJobManagerAction
DebugJobManagerAction | public class DebugJobManagerAction implements IWorkbenchWindowActionDelegate(Code) | | This class is not really sample code. This action is used to gather debugging
information about the internal state of the background job scheduling
mechanism.
|
Method Summary | |
public void | dispose() | public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) |
DebugJobManagerAction | public DebugJobManagerAction()(Code) | | |
dispose | public void dispose()(Code) | | |
init | public void init(IWorkbenchWindow window)(Code) | | |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | |
|
|