Uses of Class
javax.help.InvalidNavigatorViewException
-
Packages that use InvalidNavigatorViewException Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information. -
-
Uses of InvalidNavigatorViewException in javax.help
Methods in javax.help that throw InvalidNavigatorViewException Modifier and Type Method Description static NavigatorView
NavigatorView. create(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.lang.String className, java.util.Hashtable params)
Creates a NavigatorView for some given information.Constructors in javax.help that throw InvalidNavigatorViewException Constructor Description JHelpFavoritesNavigator(HelpSet hs, java.lang.String name, java.lang.String label, java.net.URL data)
Creates an Index navigator with explicit arguments.JHelpGlossaryNavigator(HelpSet hs, java.lang.String name, java.lang.String title)
Creates JHelpGlossaryNavigator from given HelpSet, name and titleJHelpIndexNavigator(HelpSet hs, java.lang.String name, java.lang.String label, java.net.URL data)
Creates an Index navigator with explicit arguments.JHelpSearchNavigator(HelpSet hs, java.lang.String name, java.lang.String label, java.net.URL data)
Creates a TOC navigator with explicit arguments.JHelpTOCNavigator(HelpSet hs, java.lang.String name, java.lang.String label, java.net.URL data)
Creates a TOC navigator with explicit arguments.
-