Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Re: Accessing help from an eclipse plug-in
Re: Accessing help from an eclipse plug-in [message #617646] Fri, 20 June 2008 18:25
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Amit Mookerjee wrote:
> Hello,
>
> We have developed a plugin that contributes product documentation to the
> eclipse help by implementing the 'IHelpContentProducer' interface.
> Currently, this help shows up in the eclipse help contents section.
> I would like to access some of the eclipse help from another plug-in. I
> have the relative location of the document - essentially the 'href'
> argument required in 'getInputStream' method of 'IHelpContentProducer'.
> I would like to invoke the embedded help browser with the 'href' and
> render the page in a window.
>
> Are there any suggestions on how I can go about this task.

[Note: I'm copying the eclipse.platform.ua newsgroup to this thread]

You could try
PlatformUI.getWorkbench().getHelpSystem().displayHelpResourc e(String href)

Hope this helps,
Eric
Previous Topic:PDF support needed in eclipse help doc
Next Topic:eclipse standalone contextsensitive help
Goto Forum:
  


Current Time: Fri Apr 19 08:34:16 GMT 2024

Powered by FUDForum. Page generated in 0.02603 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top