Package org.esa.snap.ui.help
Class HelpDisplayer
java.lang.Object
org.esa.snap.ui.help.HelpDisplayer
Helper class to invoke the help system.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelpDisplayer
public HelpDisplayer()
-
-
Method Details
-
show
Invoke the help system with the provided help ID.- Parameters:
helpId
- the help ID to be shown, if null the default help will be shown
-
show
public static void show(org.openide.util.HelpCtx helpCtx) Invoke the help system with the provided help context.- Parameters:
helpCtx
- the context to be shown, if null the default help will be shown
-