Uses of Class javax.help.InvalidNavigatorViewException

Uses in package javax.help

Constructors which throw type javax.help.InvalidNavigatorViewException

JHelpFavoritesNavigator.JHelpFavoritesNavigator(HelpSet hs, String name, String label, URL data)
Creates an Index navigator with explicit arguments.
JHelpGlossaryNavigator.JHelpGlossaryNavigator(HelpSet hs, String name, String title)
Creates JHelpGlossaryNavigator from given HelpSet, name and title
JHelpIndexNavigator.JHelpIndexNavigator(HelpSet hs, String name, String label, URL data)
Creates an Index navigator with explicit arguments.
JHelpSearchNavigator.JHelpSearchNavigator(HelpSet hs, String name, String label, URL data)
Creates a TOC navigator with explicit arguments.
JHelpTOCNavigator.JHelpTOCNavigator(HelpSet hs, String name, String label, URL data)
Creates a TOC navigator with explicit arguments.

Methods which throw type javax.help.InvalidNavigatorViewException

NavigatorView
NavigatorView.create(HelpSet hs, String name, String label, Locale locale, String className, Hashtable params)
Creates a NavigatorView for some given information.