org.apache.cactus.eclipse.runner.ui
Class CactifyActionDelegate
java.lang.Object
org.apache.cactus.eclipse.runner.ui.CactifyActionDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
public class CactifyActionDelegate
- extends java.lang.Object
- implements org.eclipse.ui.IObjectActionDelegate
Action delegate to cactify a project.
- Version:
- $Id: CactifyActionDelegate.java 238816 2004-02-29 16:36:46Z vmassol $
Method Summary |
void |
run(org.eclipse.jface.action.IAction theAction)
|
void |
selectionChanged(org.eclipse.jface.action.IAction theAction,
org.eclipse.jface.viewers.ISelection theSelection)
|
void |
setActivePart(org.eclipse.jface.action.IAction theAction,
org.eclipse.ui.IWorkbenchPart theTargetPart)
|
void |
setSelectedProject(org.eclipse.jdt.core.IJavaProject selectedProject)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CactifyActionDelegate
public CactifyActionDelegate()
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction theAction,
org.eclipse.ui.IWorkbenchPart theTargetPart)
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
- See Also:
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)
run
public void run(org.eclipse.jface.action.IAction theAction)
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction theAction,
org.eclipse.jface.viewers.ISelection theSelection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.selectionChanged(IAction, ISelection)
setSelectedProject
public void setSelectedProject(org.eclipse.jdt.core.IJavaProject selectedProject)
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.