public interface IHelp
| Modifier and Type | Method and Description |
|---|---|
void |
showTopic(Object object,
String filename)
Shows the help for a given topic.
|
void |
showTopic(Object object,
String filename,
String query)
Shows the help for a given topic.
|
void |
showWiki(String topic)
Shows a given topic of the Okapi Wiki.
|
void showWiki(String topic)
topic - the name of the topic. Any space will be replaced
automatically by '_'.void showTopic(Object object, String filename, String query)
object - the object for which the help is to be displayed. The package
name of this parameter is used to compute the location of the help file.filename - the filename of the topic to call. The location is computed
for the package path of the object parameter.query - an option query string, or null.void showTopic(Object object, String filename)
object - the object for which the help is to be displayed. The package
name of this parameter is used to compute the location of the help file.filename - the filename of the topic to call. The location is computed
for the package path of the object parameter.Copyright © 2022. All rights reserved.