it.uniroma3.plasm.actionset
Class StartPlasm
java.lang.Object
it.uniroma3.plasm.actionset.StartPlasm
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
- public class StartPlasm
- extends java.lang.Object
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
This class provides the basic start function for the plasm Process
- Version:
- $Id: StartPlasm.java,v 1.5 2004/06/15 08:23:17 giupo Exp $
- Author:
- giupo
- See Also:
IWorkbenchWindowActionDelegate
|
Constructor Summary |
StartPlasm()
default constructor |
|
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
run(org.eclipse.jface.action.IAction action)
This action Starts and runs the Plasm Process |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartPlasm
public StartPlasm()
- default constructor
run
public void run(org.eclipse.jface.action.IAction action)
- This action Starts and runs the Plasm Process
- 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 action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)
dispose
public void dispose()
- Specified by:
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.dispose()
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)