Uses of Interface
javax.help.HelpModel
Packages that use HelpModel
Package
Description
Implementation classes for JavaHelp.
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of HelpModel in com.sun.java.help.impl
Methods in com.sun.java.help.impl that return HelpModelMethods in com.sun.java.help.impl with parameters of type HelpModel -
Uses of HelpModel in javax.help
Subinterfaces of HelpModel in javax.helpModifier and TypeInterfaceDescriptioninterfaceThe interface to a HelpModel that manipulates text.Classes in javax.help that implement HelpModelModifier and TypeClassDescriptionclassThis class implements the javax.help.HelpModel API and notifies the JHelpModel listeners when changes occur.Fields in javax.help declared as HelpModelModifier and TypeFieldDescriptionprotected HelpModelDefaultHelpHistoryModel.helpModelprotected HelpModelJHelpNavigator.helpModelMethods in javax.help that return HelpModelModifier and TypeMethodDescriptionprotected HelpModelDefaultHelpHistoryModel.getModel()Returns HelpModelJHelpNavigator.getModel()Returns the HelpModel that provides the data.Methods in javax.help with parameters of type HelpModelModifier and TypeMethodDescriptionFavoritesView.createNavigator(HelpModel model) create a navigator for a given model.GlossaryView.createNavigator(HelpModel model) create a navigator for a given modelIndexView.createNavigator(HelpModel model) create a navigator for a given model.abstract ComponentNavigatorView.createNavigator(HelpModel model) Creates a navigator for a given model.SearchView.createNavigator(HelpModel model) Creates a navigator for a given model.TOCView.createNavigator(HelpModel model) Creates a navigator for a given model.voidDefaultHelpHistoryModel.setHelpModel(HelpModel model) Sets a new HelpModelvoidHelpHistoryModel.setHelpModel(HelpModel model) Sets the HelpModelvoidSets the HelpModel that provides the data.Constructors in javax.help with parameters of type HelpModelModifierConstructorDescriptionJHelpFavoritesNavigator(NavigatorView view, HelpModel model) Creates a Index navigator.JHelpGlossaryNavigator(NavigatorView info, HelpModel model) Creates JHelpGlossaryNavigator from given GlossaryView and HelpModelJHelpIndexNavigator(NavigatorView view, HelpModel model) Creates a Index navigator.JHelpNavigator(NavigatorView view, HelpModel model) Constructs a JHelpNavigator from some view and with a preexisting model and in default initial state of navigation entries.JHelpSearchNavigator(NavigatorView view, HelpModel model) Creates a Search navigator.JHelpTOCNavigator(NavigatorView view, HelpModel model) Creates a TOC navigator. -
Uses of HelpModel in javax.help.plaf.basic
Methods in javax.help.plaf.basic that return HelpModel