Uses of Class
javax.help.Presentation
-
Packages that use Presentation Package Description javax.help 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.help Modifier and Type Class Description classMainWindowMainWindow is a class that will create a single main help window for an application.classPopupPopup is a Presentation class that will create a popup help window for an application.classSecondaryWindowMainWindowPresentation is a class that will create a single main help window for an application.classWindowPresentationWindow Presentation is an abstract class providing a generic interface for the development of Window Presentations.Methods in javax.help that return Presentation Modifier and Type Method Description static PresentationMainWindow. getPresentation(HelpSet hs, java.lang.String name)Creates a new MainWindow for a given HelpSet and HelpSet.Presentation "name".static PresentationPopup. getPresentation(HelpSet hs, java.lang.String name)create a new Popup for a given HelpSet and HelpSet.Presentation "name".static PresentationPresentation. getPresentation(HelpSet hs, java.lang.String name)Get a "name" Presentation given the passed HelpSet.static PresentationSecondaryWindow. getPresentation(HelpSet hs, java.lang.String name)Get a named SecondaryWindow for a given HelpSet.
-