org.eclipse.mylar.internal.tasks.ui.actions
Class ActivateTaskDialogAction

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by 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

Field Summary
private static java.lang.String ACTIVATE_TASK_ACTION_DIALOG_SETTINGS
           
private  org.eclipse.ui.IWorkbenchWindow window
           
 
Constructor Summary
ActivateTaskDialogAction()
           
 
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
 

Field Detail

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
Constructor Detail

ActivateTaskDialogAction

public ActivateTaskDialogAction()
Method Detail

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