Uses of Class
javax.help.Presentation
Packages that use Presentation
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of Presentation in javax.help
Subclasses of Presentation in javax.helpModifier and TypeClassDescriptionclass
MainWindow is a class that will create a single main help window for an application.class
Popup is a Presentation class that will create a popup help window for an application.class
MainWindowPresentation is a class that will create a single main help window for an application.class
Window Presentation is an abstract class providing a generic interface for the development of Window Presentations.Methods in javax.help that return PresentationModifier and TypeMethodDescriptionstatic Presentation
MainWindow.getPresentation
(HelpSet hs, String name) Creates a new MainWindow for a given HelpSet and HelpSet.Presentation "name".static Presentation
Popup.getPresentation
(HelpSet hs, String name) create a new Popup for a given HelpSet and HelpSet.Presentation "name".static Presentation
Presentation.getPresentation
(HelpSet hs, String name) Get a "name" Presentation given the passed HelpSet.static Presentation
SecondaryWindow.getPresentation
(HelpSet hs, String name) Get a named SecondaryWindow for a given HelpSet.