Interface HelpCtx.Displayer

Enclosing class:
HelpCtx

public static interface HelpCtx.Displayer
Service to display a HelpCtx in a help viewer. Permits modules with minimal API dependencies to display JavaHelp where supported.
Since:
8.21
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Displays a help page.
  • Method Details

    • display

      boolean display(HelpCtx help)
      Displays a help page.
      Parameters:
      help - a help ID to display
      Returns:
      true if it was displayed successfully