From 313cd36041b7efe2ba368f95ebf7dfb12864cddd Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sat, 24 Feb 2007 04:26:45 +0000 Subject: [PATCH] [175303] Restore ISV Docs for propertyPages and popupMenus --- .../guide/api/properties/uiPropertiesAPI.html | 12 +- .../guide/plugin/other.html | 72 +++++-- .../guide/plugin/popup.html | 185 ++++++++++++++++++ .../guide/plugin/propertypage.html | 86 ++++++++ .../guide/plugin/propertypage_figure1.gif | Bin 0 -> 13377 bytes .../guide/plugin/propertypage_figure2.gif | Bin 0 -> 7801 bytes .../guide/tutorial/popup.html | 115 +++++++++++ .../guide/tutorial/popup_newClass.gif | Bin 0 -> 14131 bytes .../guide/tutorial/popup_run.gif | Bin 0 -> 16633 bytes .../guide/tutorial/popup_see.gif | Bin 0 -> 10579 bytes .../guide/tutorial/propertypage.html | 86 ++++++++ .../guide/tutorial/propertypage_newClass.gif | Bin 0 -> 14176 bytes .../guide/tutorial/propertypage_run_done.gif | Bin 0 -> 9717 bytes .../tutorial/propertypage_run_during.gif | Bin 0 -> 9907 bytes .../guide/tutorial/propertypage_see.gif | Bin 0 -> 13764 bytes 15 files changed, 531 insertions(+), 25 deletions(-) create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/plugin/popup.html create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage.html create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage_figure1.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage_figure2.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/popup.html create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/popup_newClass.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/popup_run.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/popup_see.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/propertypage.html create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/propertypage_newClass.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/propertypage_run_done.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/propertypage_run_during.gif create mode 100755 rse/doc/org.eclipse.rse.doc.isv/guide/tutorial/propertypage_see.gif diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/api/properties/uiPropertiesAPI.html b/rse/doc/org.eclipse.rse.doc.isv/guide/api/properties/uiPropertiesAPI.html index 7c4b5338e78..b5dae9e86ac 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/api/properties/uiPropertiesAPI.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/api/properties/uiPropertiesAPI.html @@ -3,7 +3,7 @@ - + RSE Properties API @@ -63,14 +63,12 @@ point, you need to know the class or, preferably, interface that the objects imp

Property Pages for RSE Remote Resources

-

Remote resources have no underlying eclipse resource, and typically all are instances of the same class, -meaning insufficient fidelity in scoping property pages to a remote resource of a particular type. Because of this, -the RSE supplies its propertyPages extension point, for remote resources, which allows for -very explicit scoping of the property page to very specific types of remote resources. +

See Plugging In Property Pages +for information on how to contribute property pages for remote resources. +Because remote resources have no underlying eclipse resource, and typically all are instances of the same class, +Eclipse Filtering capabilities are used to allow very explicit scoping of the property page to very specific types of remote resources.

- -


diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/other.html b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/other.html index 9a5485053c0..2e5c379bb48 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/other.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/other.html @@ -4,7 +4,7 @@ - + Other Relevant Extension Points @@ -23,7 +23,8 @@ the information needed to enable them to in Remote System Explorer. Description - org.eclipse.ui.viewActions + + org.eclipse.ui.viewActions For adding actions to the pulldown menu in any view's local toolbar, or to the toolbar itself. To use this you need to know the ID of the RSE views, for the targetID attribute: There are: