diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html index 18c768bf315..11637c7d591 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Extensions.html @@ -1,93 +1,95 @@ - - - - - - - - -Remote System Explorer Extension Points - - - -

Remote System Explorer Extension Points

- -

-This product is built on the Eclipse platform -(www.eclipse.org) - and so it offers all the -capabilities of Eclipse. This includes the ability to create new Eclipse plug-ins to contribute -additional functions to Eclipse. You can write plug-ins using Java, using Eclipse itself (or this product), -with the Plug-in Development Environment (PDE) perspective. Plug-ins contain a file named plugin.xml that -registers their functions. All such functions are created by use of extension points. -These are either supplied by Eclipse or by other plug-ins. The plugin.xml file describes which extension -points are being exploited by each plug-in, and for each identifies the Java class that supplies the -additional functions. Each extension point identifies a Java interface (or base class) that -classes exploiting the extension point must implement (or extend). -

-

-There are many Eclipse-supplied extension points, as described in -this product's online help. In addition to the Eclipse extension points, there -are unique Remote System Explorer extension points that enable you to contribute property pages and -pop-up menu actions to remote objects within the Remote Systems view, among other things. The base Eclipse extension -points are not sufficient for these, as they do not allow scoping of those property pages and -actions such that they only appear for certain remote objects meeting specific filtering criteria. -

- -

-Here we will introduce the unique extension points defined by the Remote System Explorer. They are -further described in the reference section. These extension points are specifically designed to make -it easy to contribute functions to the pop-up menus of remote objects displayed in the Remote -Systems view. These extension points are defined in the plugin.xml file of the -org.eclipse.rse.core plugin, which you will find in the plugins sub-folder of your -installation directory. This file has comment blocks that offer further information about the -extension points defined in it. - -Here are the extension points that are defined by the RSE: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Extension PointDescription
org.eclipse.rse.core.systemTypeFor defining new system types that show up in the New Connection wizard.
org.eclipse.rse.core.subsystemConfigurationFor defining new subsystems that appear when a connection is expanded.
org.eclipse.rse.core.archivehandlersFor supporting additional archive file types, such as is done today for zip, jar and tar files. This adds support for expanding the archives and supporting all the usual actions on the contents.
org.eclipse.rse.ui.popupMenusFor defining actions, which appear in the pop-up menu of remote objects - listed in the Remote Systems view.
org.eclipse.rse.ui.propertyPagesFor defining property pages, which appear in the Properties dialog when - users select the Properties action from the pop-up menu of remote - objects listed in the Remote Systems view.
org.eclipse.rse.ui.remoteSystemsViewPreferencesActionFor contributing a fastpath action to jump to your preferences page, from the local pulldown menu of the Remote Systems view.
org.eclipse.rse.ui.compileFor contributing compile commands to the Compile menus and Work With Compile Commands dialog.
org.eclipse.rse.ui.rseConfigDefaultsFor solution providers that are building a product that includes RSE, this extension point allows you to - pre-set some out-of-box preference values. For example, whether the New Connection tree item is shown in Remote Systems view.
- + + + + + + + + +Remote System Explorer Extension Points + + + +

Remote System Explorer Extension Points

+ +

+This product is built on the Eclipse platform +(www.eclipse.org) + and so it offers all the +capabilities of Eclipse. This includes the ability to create new Eclipse plug-ins to contribute +additional functions to Eclipse. You can write plug-ins using Java, using Eclipse itself (or this product), +with the Plug-in Development Environment (PDE) perspective. Plug-ins contain a file named plugin.xml that +registers their functions. All such functions are created by use of extension points. +These are either supplied by Eclipse or by other plug-ins. The plugin.xml file describes which extension +points are being exploited by each plug-in, and for each identifies the Java class that supplies the +additional functions. Each extension point identifies a Java interface (or base class) that +classes exploiting the extension point must implement (or extend). +

+

+There are many Eclipse-supplied extension points, as described in +this product's online help. In addition to the Eclipse extension points, there +are unique Remote System Explorer extension points that enable you to contribute property pages and +pop-up menu actions to remote objects within the Remote Systems view, among other things. The base Eclipse extension +points are not sufficient for these, as they do not allow scoping of those property pages and +actions such that they only appear for certain remote objects meeting specific filtering criteria. +

+ +

+Here we will introduce the unique extension points defined by the Remote System Explorer. They are +further described in the reference section. These extension points are specifically designed to make +it easy to contribute functions to the pop-up menus of remote objects displayed in the Remote +Systems view. These extension points are defined in the plugin.xml file of the +org.eclipse.rse.core plugin, which you will find in the plugins sub-folder of your +installation directory. This file has comment blocks that offer further information about the +extension points defined in it. + +Here are the extension points that are defined by the RSE: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Extension PointDescription
org.eclipse.rse.core.systemTypeFor defining new system types that show up in the New Connection wizard.
org.eclipse.rse.core.subsystemConfigurationFor defining new subsystems that appear when a connection is expanded.
org.eclipse.rse.core.archivehandlersFor supporting additional archive file types, such as is done today for zip, jar and tar files. This adds support for expanding the archives and supporting all the usual actions on the contents.
org.eclipse.rse.ui.popupMenusFor defining actions, which appear in the pop-up menu of remote objects + listed in the Remote Systems view.
org.eclipse.rse.ui.propertyPagesFor defining property pages, which appear in the Properties dialog when + users select the Properties action from the pop-up menu of remote + objects listed in the Remote Systems view.
org.eclipse.rse.ui.remoteSystemsViewPreferencesActionsFor contributing a fastpath action to jump to your preferences page, from the local pulldown menu of the Remote Systems view.
org.eclipse.rse.ui.rseConfigDefaultsFor solution providers that are building a product that includes RSE, this extension point allows you to + pre-set some out-of-box preference values. For example, whether the New Connection tree item is shown in Remote Systems view.
+ \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage.html b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage.html index 7d1d69fda9f..d7d71a13ed3 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/plugin/propertypage.html @@ -34,7 +34,7 @@ there are a series of filtering attributes. These attributes are identical to th extension point. Providers supply as many as needed to uniquely identify their target objects. Every one of these values can be scalar or "simple generic", meaning it can start or end with an asterisk for pattern matching: