Uses of Class
javax.help.JHelpNavigator
Packages that use JHelpNavigator
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports event changes in JavaHelp classes.
Supports access to Component UI classes.
-
Uses of JHelpNavigator in javax.help
Subclasses of JHelpNavigator in javax.helpModifier and TypeClassDescriptionclassJHelpFavoritesNavigator is a JHelpNavigator for Favorites.classJHelpGlossaryNavigator is a JHelpNavigator for a GlossaryclassJHelpIndexNavigator is a JHelpNavigator for an Index.classA JHelpNavigator for search data.classA JHelpNavigator for a TOC.Methods in javax.help that return JHelpNavigatorMethods in javax.help with parameters of type JHelpNavigatorModifier and TypeMethodDescriptionvoidJHelp.addHelpNavigator(JHelpNavigator navigator) A JHelp can have a number of navigators.protected voidDefaultHelpModel.fireIDChanged(Object source, Map.ID id, URL url, String historyName, JHelpNavigator navigator) voidJHelp.removeHelpNavigator(JHelpNavigator navigator) Removes a navigator.voidDefaultHelpModel.setCurrentID(Map.ID ident, String historyName, JHelpNavigator navigator) Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoidHelpModel.setCurrentID(Map.ID id, String historyName, JHelpNavigator navigator) Sets the current ID relative to some HelpSet HelpModelListeners and HelpVisitListeners are notifiedvoidJHelp.setCurrentID(Map.ID id, String historyName, JHelpNavigator navigator) Visits a given ID.voidJHelp.setCurrentNavigator(JHelpNavigator navigator) Sets the current navigator in the HelpUI.voidDefaultHelpModel.setCurrentURL(URL url, String historyName, JHelpNavigator navigator) Sets the current URL and the name wich will appear in history list.voidHelpModel.setCurrentURL(URL url, String historyName, JHelpNavigator navigator) Sets the current URL and the name wich will appear in history list.voidJHelp.setCurrentURL(URL url, String historyName, JHelpNavigator navigator) Visits a given URL. -
Uses of JHelpNavigator in javax.help.event
Methods in javax.help.event that return JHelpNavigatorModifier and TypeMethodDescriptionHelpModelEvent.getNavigator()Returns the navigator of this entryConstructors in javax.help.event with parameters of type JHelpNavigatorModifierConstructorDescriptionHelpModelEvent(Object source, Map.ID id, URL url, String historyName, JHelpNavigator navigator) Represents a change in the JavaHelp in the current ID or URL. -
Uses of JHelpNavigator in javax.help.plaf
Methods in javax.help.plaf that return JHelpNavigatorModifier and TypeMethodDescriptionabstract JHelpNavigatorHelpUI.getCurrentNavigator()Gets the current Navigator.Methods in javax.help.plaf with parameters of type JHelpNavigatorModifier and TypeMethodDescriptionabstract voidHelpUI.addNavigator(JHelpNavigator nav) Adds a Navigator.abstract voidHelpUI.removeNavigator(JHelpNavigator nav) Remove a Navigator.abstract voidHelpUI.setCurrentNavigator(JHelpNavigator nav) Sets the current Navigator. -
Uses of JHelpNavigator in javax.help.plaf.basic
Methods in javax.help.plaf.basic that return JHelpNavigatorModifier and TypeMethodDescriptionBasicHelpUI.getCurrentNavigator()protected JHelpNavigatorBasicGlossaryNavigatorUI.getHelpNavigator()protected JHelpNavigatorBasicIndexNavigatorUI.getHelpNavigator()protected JHelpNavigatorBasicSearchNavigatorUI.getHelpNavigator()protected JHelpNavigatorBasicTOCNavigatorUI.getHelpNavigator()Methods in javax.help.plaf.basic with parameters of type JHelpNavigatorModifier and TypeMethodDescriptionvoidBasicHelpUI.addNavigator(JHelpNavigator nav) voidBasicHelpUI.removeNavigator(JHelpNavigator nav) voidBasicHelpUI.setCurrentNavigator(JHelpNavigator nav) Sets the current Navigator.