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
-
Method Details
-
display
Displays a help page.- Parameters:
help- a help ID to display- Returns:
- true if it was displayed successfully
-