com.ibm.carma.ui.action
Class UpdateViewDelegate
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
com.ibm.carma.ui.action.CarmaObjectActionDelegate
com.ibm.carma.ui.action.UpdateViewDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IViewActionDelegate
public class UpdateViewDelegate
- extends CarmaObjectActionDelegate
Action which opens a wizard allowing the user to update the selected
CARMA filter. The action assumes the selection is a single item of type
com.ibm.carma.model.impl.FilterContentImpl.
This Class is not intended to be subclassed, or instantiated.
- Since:
- 7.0
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
|
| Methods inherited from class com.ibm.carma.ui.action.CarmaObjectActionDelegate |
getBasicSelectedCarmaResources, getSelectedCarmaReferences, getSelectedCarmaResources, getSelection, getShell, getTargetPart, init, isUnsupported, isUnsupported, selectionChanged, setActivePart |
| 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
UpdateViewDelegate
public UpdateViewDelegate()
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