com.ibm.carma.ui.action
Class ExtractDelegate
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
com.ibm.carma.ui.action.CarmaObjectActionDelegate
com.ibm.carma.ui.action.ExtractDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IViewActionDelegate
public class ExtractDelegate
- extends CarmaObjectActionDelegate
Action opens an ExtractWizard to allow the user to extract selected CARMA
hierarchy content to a new IProject.
This class is not intended to be subclassed or instantiated
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Limits action enablement to ResourceContainer selections |
| Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
dispose, init, runWithEvent |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ExtractDelegate
public ExtractDelegate()
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
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Limits action enablement to
ResourceContainer selections
- Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate- Overrides:
selectionChanged in class CarmaObjectActionDelegate
- See Also:
CarmaObjectActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)