Uses of Class
javax.help.plaf.HelpNavigatorUI
-
Packages that use HelpNavigatorUI Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf.basic -
-
Uses of HelpNavigatorUI in javax.help
Methods in javax.help that return HelpNavigatorUI Modifier and Type Method Description HelpNavigatorUIJHelpNavigator. getUI()Returns the HelpUI that provides the current look and feel.Methods in javax.help with parameters of type HelpNavigatorUI Modifier and Type Method Description voidJHelpNavigator. setUI(HelpNavigatorUI ui)Sets the HelpUI that provides the current look and feel. -
Uses of HelpNavigatorUI in javax.help.plaf.basic
Subclasses of HelpNavigatorUI in javax.help.plaf.basic Modifier and Type Class Description classBasicFavoritesNavigatorUIThe default UI for JHelpNavigator of type FavoritesclassBasicGlossaryNavigatorUIThe default UI for JHelpNavigator of type Glossary.classBasicIndexNavigatorUIThe default UI for JHelpNavigator of type Index.classBasicSearchNavigatorUIclassBasicTOCNavigatorUIThe default UI for JHelpNavigator of type TOC.
-