diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/popup.html b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/popup.html index 687e8620b76..63fbe40099e 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/popup.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/popup.html @@ -148,38 +148,14 @@ specifying all the menu Ids up to the final menu, slash-separated, and then the
To use this extension point you will create a class that extends the -SystemAbstractPopupMenuExtensionAction class in the -package org.eclipse.rse.ui.actions. This is your action class, -and when the user selects your action, the run() -method in your action class will be called. You will rarely extend the SystemAbstractPopupMenuExtensionAction base class -directly, though. Instead there are subclasses of it that offer additional functionality for specific types of remote objects, -as shown here: +
To use this extension point you will create a class that implements + +IObjectActionDelegate + from the Eclipse platform.
- - -Base Class | -Description | -
---|---|
SystemAbstractPopupMenuExtensionAction in - org.eclipse.rse.ui plugin | -Base class offering generic support for any remote object pop-up menu action, for any system type. | -
SystemAbstractRemoteFilePopupMenuExtensionAction - in org.eclipse.rse.files.ui plugin | -Specialized base class offering specific support for any remote file object pop-up menu action, for any system type. | -
See the pop-up menu action tutorial for a step-by-step example.
See the Eclipse Platform Programmer's Guide - for more background information.
+for more background information.