public interface HelpService
Modifier and Type | Method and Description |
---|---|
void |
showHelpTopic(String helpTopicTarget,
String navigatorView,
Component owner)
Shows the specified JavaHelp topic according to the display parameters
provided.
|
void showHelpTopic(String helpTopicTarget, String navigatorView, Component owner)
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 windowCopyright © 2000–2015 FreeHEP. All rights reserved.