org.eclipse.mylar.internal.tasks.ui.actions
Class OpenTaskAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.mylar.internal.tasks.ui.actions.OpenTaskAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IWorkbenchWindowActionDelegate
public class OpenTaskAction
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
- Author:
- Willian Mitsuda
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
OPEN_TASK_ACTION_DIALOG_SETTINGS
private static final java.lang.String OPEN_TASK_ACTION_DIALOG_SETTINGS
- See Also:
- Constant Field Values
SHOW_IN_BROWSER_SETTING
private static final java.lang.String SHOW_IN_BROWSER_SETTING
- See Also:
- Constant Field Values
OpenTaskAction
public OpenTaskAction()
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