Uses of Class
javax.help.event.HelpModelEvent
Packages that use HelpModelEvent
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports event changes in JavaHelp classes.
-
Uses of HelpModelEvent in javax.help
Methods in javax.help with parameters of type HelpModelEventModifier and TypeMethodDescriptionvoidDefaultHelpHistoryModel.idChanged(HelpModelEvent e) Tells the listener that the current ID in the HelpModel has changed. -
Uses of HelpModelEvent in javax.help.event
Methods in javax.help.event with parameters of type HelpModelEventModifier and TypeMethodDescriptionvoidHelpModelListener.idChanged(HelpModelEvent e) Tells the listener that the current ID in the HelpModel has changed. -
Uses of HelpModelEvent in javax.help.plaf.basic
Methods in javax.help.plaf.basic with parameters of type HelpModelEventModifier and TypeMethodDescriptionvoidBasicContentViewerUI.idChanged(HelpModelEvent e) voidBasicFavoritesNavigatorUI.idChanged(HelpModelEvent e) Processes and idChanged event.voidBasicGlossaryNavigatorUI.idChanged(HelpModelEvent e) voidBasicIndexNavigatorUI.idChanged(HelpModelEvent e) voidBasicSearchNavigatorUI.idChanged(HelpModelEvent e) Processes an idChanged event.voidBasicTOCNavigatorUI.idChanged(HelpModelEvent e) Processes an idChanged event.