Package org.esa.snap.ui.help
Class HelpDisplayer
- java.lang.Object
- 
- org.esa.snap.ui.help.HelpDisplayer
 
- 
 public class HelpDisplayer extends Object Helper class to invoke the help system.
- 
- 
Constructor SummaryConstructors Constructor Description HelpDisplayer()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshow(String helpId)Invoke the help system with the provided help ID.static voidshow(org.openide.util.HelpCtx helpCtx)Invoke the help system with the provided help context.
 
- 
- 
- 
Method Detail- 
showpublic static void show(String helpId) 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
 
 - 
showpublic 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
 
 
- 
 
-