2 * Created on Jun 10, 2004
4 * To change the template for this generated file go to
5 * Window>Preferences>Java>Code Generation>Code and Comments
7 package net.sourceforge.phpeclipse.phpunit.actions;
9 import org.eclipse.jface.action.IAction;
10 import org.eclipse.jface.viewers.ISelection;
11 import org.eclipse.ui.IObjectActionDelegate;
12 import org.eclipse.ui.IWorkbenchPart;
15 * @author Ali Echihabi
17 * To change the template for this generated type comment go to
18 * Window>Preferences>Java>Code Generation>Code and Comments
20 public class RunTestsAction implements IObjectActionDelegate {
23 * @see org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)
25 public void setActivePart(IAction action, IWorkbenchPart targetPart) {
26 // TODO Auto-generated method stub
31 * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction)
33 public void run(IAction action) {
34 // TODO Auto-generated method stub
39 * @see org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)
41 public void selectionChanged(IAction action, ISelection selection) {
42 // TODO Auto-generated method stub