How to expand any particular tree structure from the opened Eclipse Help menu
I am opening the Help menu as PlatformUI.getWorkbench().getHelpSystem().displayHelp();
Now I want to open the help window with any of the availab开发者_StackOverflowle menus in expanded format.
How to do that.
WorkbenchHelper.getHelpSystem().displayHelpResource(...);
精彩评论