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 TypeClassDescriptionclassMainWindow is a class that will create a single main help window for an application.classPopup is a Presentation class that will create a popup help window for an application.classMainWindowPresentation is a class that will create a single main help window for an application.classWindow Presentation is an abstract class providing a generic interface for the development of Window Presentations.Methods in javax.help that return PresentationModifier and TypeMethodDescriptionstatic PresentationMainWindow.getPresentation(HelpSet hs, String name) Creates a new MainWindow for a given HelpSet and HelpSet.Presentation "name".static PresentationPopup.getPresentation(HelpSet hs, String name) create a new Popup for a given HelpSet and HelpSet.Presentation "name".static PresentationPresentation.getPresentation(HelpSet hs, String name) Get a "name" Presentation given the passed HelpSet.static PresentationSecondaryWindow.getPresentation(HelpSet hs, String name) Get a named SecondaryWindow for a given HelpSet.