The Eclipse platform provides an extension point ("org.eclipse.ui.helpSupport"
) for plugging in a help system UI. The help system UI is an optional component; applications may provide a UI for presenting help to the user by implementing a subclass and including the name of their class in the <config>
element in an extension to the "org.eclipse.ui.helpSupport"
extension point.
Note that the standard implementation of the help system UI is provided by the "org.eclipse.help.ui"
plug-in. Since the platform can only make use of a single help system UI implementation, make sure that the platform is not configured with more than one plug-in trying to extend this extension point.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|