org.freehep.application
Interface HelpService
public interface HelpService
HelpInterface is the interface which users of the help system deal with.
Isolate application from JavaHelp so can run without jh.jar
- Version:
- $Id: HelpService.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Peter Armstrong, Tony Johnson
Method Summary |
void |
showHelpTopic(String helpTopicTarget,
String navigatorView,
Component owner)
Shows the specified JavaHelp topic according to the display parameters provided. |
showHelpTopic
void showHelpTopic(String helpTopicTarget,
String navigatorView,
Component owner)
- Shows the specified JavaHelp topic according to the display parameters provided.
- Parameters:
helpTopicTarget
- The JavaHelp XML target name which maps to the .html page in the map filenavigatorView
- The string specifying which of the three views to have visibleowner
- The Component to own the help window
Copyright © 2000-2006 FreeHEP. All Rights Reserved.