Uses of Class
javax.help.InvalidNavigatorViewException

Packages that use InvalidNavigatorViewException
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
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
JHelpFavoritesNavigator(HelpSet hs, java.lang.String name, java.lang.String label, java.net.URL data)
          Creates an Index navigator with explicit arguments.
JHelpIndexNavigator(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 title
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.