Uses of Class
javax.help.NavigatorView
Packages that use NavigatorView
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports access to Component UI classes.
Supports simple access to search engines.
-
Uses of NavigatorView in javax.help
Subclasses of NavigatorView in javax.helpModifier and TypeClassDescriptionclassNavigational View information for the FavoritesclassView information for a Glossary NavigatorclassNavigational View information for an IndexclassNavigational View information for a SearchclassNavigational View information for a TOC.Fields in javax.help declared as NavigatorViewMethods in javax.help that return NavigatorViewModifier and TypeMethodDescriptionstatic NavigatorViewNavigatorView.create(HelpSet hs, String name, String label, Locale locale, String className, Hashtable params) Creates a NavigatorView for some given information.ServletHelpBroker.getCurrentNavigatorView()Returns the current navigator as a NavigatorView.HelpSet.getNavigatorView(String name) Gets the NavigatorView with a specific name.JHelpNavigator.getNavigatorView()Gets the NavigatorView that created this Navigator View.HelpSet.getNavigatorViews()NavigatorView describes the navigator views that are requested by this HelpSet.Methods in javax.help with parameters of type NavigatorViewModifier and TypeMethodDescriptionprotected voidHelpSet.addView(NavigatorView view) Adds a NavigatorView to the current list.booleanJHelpFavoritesNavigator.canMerge(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.booleanJHelpIndexNavigator.canMerge(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.booleanJHelpNavigator.canMerge(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.booleanJHelpSearchNavigator.canMerge(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.booleanJHelpTOCNavigator.canMerge(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.static MergeMerge.DefaultMergeFactory.getMerge(NavigatorView masterView, NavigatorView slaveView) Returns suitable Merge objectvoidJHelpIndexNavigator.merge(NavigatorView view) Merges some NavigatorView into this instance.voidJHelpNavigator.merge(NavigatorView view) Merged a NavigatorView into this instance.voidJHelpSearchNavigator.merge(NavigatorView view) Merges a NavigatorView into this instance.voidJHelpTOCNavigator.merge(NavigatorView view) Merges a NavigatorView into this instance.voidJHelpIndexNavigator.remove(NavigatorView view) Removes a NavigatorView from this instance.voidJHelpNavigator.remove(NavigatorView view) Removes a NavigatorView from this instance.voidJHelpSearchNavigator.remove(NavigatorView view) Removes a NavigatorView from this instance.voidJHelpTOCNavigator.remove(NavigatorView view) Removes a NavigatorView from this instance.Constructors in javax.help with parameters of type NavigatorViewModifierConstructorDescriptionAppendMerge(NavigatorView master, NavigatorView slave) Constructs AppendMergeCreates an Index navigator.JHelpFavoritesNavigator(NavigatorView view, HelpModel model) Creates a Index navigator.Creates JHelpGlossaryNavigator from given GlossaryViewJHelpGlossaryNavigator(NavigatorView info, HelpModel model) Creates JHelpGlossaryNavigator from given GlossaryView and HelpModelCreates an Index navigator.JHelpIndexNavigator(NavigatorView view, HelpModel model) Creates a Index navigator.JHelpNavigator(NavigatorView view) Returns a JHelpNavigator with an instance of DefaultHelpModel as its data model.JHelpNavigator(NavigatorView view, HelpModel model) Constructs a JHelpNavigator from some view and with a preexisting model and in default initial state of navigation entries.Creates a Search navigatorJHelpSearchNavigator(NavigatorView view, HelpModel model) Creates a Search navigator.Create a TOC navigatorJHelpTOCNavigator(NavigatorView view, HelpModel model) Creates a TOC navigator.protectedMerge(NavigatorView master, NavigatorView slave) Constructs Merge for master and slave NavigatorViewsNoMerge(NavigatorView master, NavigatorView slave) Constructs NoMergeSortMerge(NavigatorView master, NavigatorView slave) Constructs SortMergeUniteAppendMerge(NavigatorView master, NavigatorView slave) Constructs UniteAppendMerge -
Uses of NavigatorView in javax.help.plaf
Methods in javax.help.plaf with parameters of type NavigatorViewModifier and TypeMethodDescriptionHelpNavigatorUI.getImageIcon(NavigatorView view) Returns icon associated with the view.voidHelpNavigatorUI.merge(NavigatorView view) Merges a Navigator View.voidHelpNavigatorUI.remove(NavigatorView view) Removes a Navigator View. -
Uses of NavigatorView in javax.help.plaf.basic
Methods in javax.help.plaf.basic with parameters of type NavigatorViewModifier and TypeMethodDescriptionvoidBasicGlossaryNavigatorUI.doMerge(NavigatorView view) Merges in the navigational data from another IndexView.voidBasicIndexNavigatorUI.doMerge(NavigatorView view) Merges in the navigational data from another IndexView.voidBasicTOCNavigatorUI.doMerge(NavigatorView view) Merges in the navigational data from another IndexView.voidBasicGlossaryNavigatorUI.merge(NavigatorView view) Merges in the navigational data from another TOCView.voidBasicIndexNavigatorUI.merge(NavigatorView view) Merges in the navigational data from another IndexView.voidBasicSearchNavigatorUI.merge(NavigatorView view) Merges in the navigational data from another NavigatorView.voidBasicTOCNavigatorUI.merge(NavigatorView view) Merges in the navigational data from another TOCView.voidBasicGlossaryNavigatorUI.remove(NavigatorView view) Removes the navigational data from another GlossaryView.voidBasicIndexNavigatorUI.remove(NavigatorView view) Removes the navigational data from another IndexView.voidBasicSearchNavigatorUI.remove(NavigatorView view) Removes the navigational data from another NavigatorView.voidBasicTOCNavigatorUI.remove(NavigatorView view) Removes the navigational data.protected voidBasicFavoritesNavigatorUI.setCellRenderer(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected voidBasicGlossaryNavigatorUI.setCellRenderer(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected voidBasicIndexNavigatorUI.setCellRenderer(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected voidBasicSearchNavigatorUI.setCellRenderer(NavigatorView view, JTree tree) Setd the desired cell renderer on this tree.protected voidBasicTOCNavigatorUI.setCellRenderer(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree. -
Uses of NavigatorView in javax.help.search
Methods in javax.help.search with parameters of type NavigatorViewModifier and TypeMethodDescriptionvoidMergingSearchEngine.merge(NavigatorView view) Adds/Removes a Search Engine to/from list.voidMergingSearchEngine.remove(NavigatorView view) Constructors in javax.help.search with parameters of type NavigatorView