Uses of Class
javax.help.event.HelpHistoryModelEvent
Packages that use HelpHistoryModelEvent
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports event changes in JavaHelp classes.
-
Uses of HelpHistoryModelEvent in javax.help
Methods in javax.help with parameters of type HelpHistoryModelEventModifier and TypeMethodDescriptionvoid
BackAction.historyChanged
(HelpHistoryModelEvent e) Tells the listener that the history has changed.void
ForwardAction.historyChanged
(HelpHistoryModelEvent e) Tells the listener that the history has changed. -
Uses of HelpHistoryModelEvent in javax.help.event
Methods in javax.help.event with parameters of type HelpHistoryModelEventModifier and TypeMethodDescriptionvoid
HelpHistoryModelListener.historyChanged
(HelpHistoryModelEvent e) Tells the listener that the history has changed.