| [news.eclipse.helpwanted] Re: help contents |
Thanks.
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.