Uses of Interface
javax.help.event.HelpSetListener
-
Packages that use HelpSetListener Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf.basic -
-
Uses of HelpSetListener in javax.help
Classes in javax.help that implement HelpSetListener Modifier and Type Class Description class
JHelp
Displays HelpSet data with navigators and a content viewer.Methods in javax.help with parameters of type HelpSetListener Modifier and Type Method Description void
HelpSet. addHelpSetListener(HelpSetListener l)
Adds a listener for the HelpSetEvent posted after the model has changed.void
HelpSet. removeHelpSetListener(HelpSetListener l)
Removes a listener previously added with addHelpSetListener -
Uses of HelpSetListener in javax.help.plaf.basic
Classes in javax.help.plaf.basic that implement HelpSetListener Modifier and Type Class Description class
BasicFavoritesNavigatorUI
The default UI for JHelpNavigator of type Favorites
-