Class HelpDisplayer

java.lang.Object
org.esa.snap.ui.help.HelpDisplayer

public class HelpDisplayer extends Object
Helper class to invoke the help system.
  • Constructor Details

    • HelpDisplayer

      public HelpDisplayer()
  • Method Details

    • show

      public 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
    • 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