Class HelpDisplayer


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

      • HelpDisplayer

        public HelpDisplayer()
    • Method Detail

      • 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