Uses of Class
javax.help.HelpSet.Presentation
Packages that use HelpSet.Presentation
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of HelpSet.Presentation in javax.help
Fields in javax.help declared as HelpSet.PresentationMethods in javax.help that return HelpSet.PresentationModifier and TypeMethodDescriptionHelpSet.getDefaultPresentation()JHelp.getHelpSetPresentation()WindowPresentation.getHelpSetPresentation()Return the HelpSet.Presentation if one was setHelpSet.getPresentation(String name) Gets the HelpSet.Presentation with a specific name.HelpSet.getPresentations()HelpSet.Presentation describes the presentations that are defined by this HelpSet.Methods in javax.help with parameters of type HelpSet.PresentationModifier and TypeMethodDescriptionprotected voidHelpSet.addPresentation(HelpSet.Presentation presentation, boolean defaultPres) Adds a HelpSet.Presentation to the current list.voidDefaultHelpBroker.setHelpSetPresentation(HelpSet.Presentation hsPres) Set the presentation attributes from a HelpSet.Presentation.voidHelpBroker.setHelpSetPresentation(HelpSet.Presentation hsPres) Sets the presentation attributes from a HelpSet.Presentation.voidJHelp.setHelpSetPresentation(HelpSet.Presentation hsPres) Set the HelpSet.Presentation.voidPresentation.setHelpSetPresentation(HelpSet.Presentation hsPres) Set the Presentation attributes from a named presentation in a HelpSet.voidServletHelpBroker.setHelpSetPresentation(HelpSet.Presentation pres) voidWindowPresentation.setHelpSetPresentation(HelpSet.Presentation hsPres) Set the Presentation attributes specific to WindowPresentations from a named presentation in a HelpSet.Constructors in javax.help with parameters of type HelpSet.PresentationModifierConstructorDescriptionJHelp(TextHelpModel model, HelpHistoryModel history, HelpSet.Presentation hsPres) Create a JHelp using the TextHelpModel and HelpHistoryModel