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

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.mylar.internal.tasks.ui.actions.DeactivateAllTasksAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class DeactivateAllTasksAction
extends org.eclipse.ui.actions.ActionDelegate
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

Author:
wmitsuda

Constructor Summary
DeactivateAllTasksAction()
           
 
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
 

Constructor Detail

DeactivateAllTasksAction

public DeactivateAllTasksAction()
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