org.eclipse.mylar.internal.tasks.ui.actions
Class ActivateTaskDialogAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.mylar.internal.tasks.ui.actions.ActivateTaskDialogAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IWorkbenchWindowActionDelegate
public class ActivateTaskDialogAction
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
- Author:
- Willian Mitsuda, Mik Kersten
Method Summary |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
run(org.eclipse.jface.action.IAction action)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
dispose, init, runWithEvent, selectionChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchWindowActionDelegate |
dispose |
Methods inherited from interface org.eclipse.ui.IActionDelegate |
selectionChanged |
window
private org.eclipse.ui.IWorkbenchWindow window
ACTIVATE_TASK_ACTION_DIALOG_SETTINGS
private static final java.lang.String ACTIVATE_TASK_ACTION_DIALOG_SETTINGS
- See Also:
- Constant Field Values
ActivateTaskDialogAction
public ActivateTaskDialogAction()
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
run
public void run(org.eclipse.jface.action.IAction action)
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- Overrides:
run
in class org.eclipse.ui.actions.ActionDelegate