[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.helpwanted] help contents
|
- From: vadimfs@xxxxxx (vadim)
- Date: Fri, 11 Feb 2005 13:04:38 +0000 (UTC)
- Newsgroups: eclipse.helpwanted
- Organization: Eclipse.org
- User-agent: NewsPortal/0.34 (http://florian-amrhein.de/newsportal/)
Hi, I am trying to attach Help im my Application, but it is't easy.
here I attach "Help Contents" to menubar
IAction fHelp = ActionFactory.HELP_CONTENTS.create(window);
help.add(fHelp);
in plugin.xml Extensions
org.eclipse.ui.helpSupport
config is my class Help inherited from AbstractHelpUI
and then I haven't find a example. How I implement the methods:
displayHelp
displayContext
displayHelpResource
isContextHelpDisplayed
to display help workbench.