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 TypeClassDescriptionclass
Navigational View information for the Favoritesclass
View information for a Glossary Navigatorclass
Navigational View information for an Indexclass
Navigational View information for a Searchclass
Navigational View information for a TOC.Fields in javax.help declared as NavigatorViewMethods in javax.help that return NavigatorViewModifier and TypeMethodDescriptionstatic NavigatorView
NavigatorView.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 void
HelpSet.addView
(NavigatorView view) Adds a NavigatorView to the current list.boolean
JHelpFavoritesNavigator.canMerge
(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.boolean
JHelpIndexNavigator.canMerge
(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.boolean
JHelpNavigator.canMerge
(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.boolean
JHelpSearchNavigator.canMerge
(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.boolean
JHelpTOCNavigator.canMerge
(NavigatorView view) Determines if this instance of a JHelpNavigator can merge its data with another one.static Merge
Merge.DefaultMergeFactory.getMerge
(NavigatorView masterView, NavigatorView slaveView) Returns suitable Merge objectvoid
JHelpIndexNavigator.merge
(NavigatorView view) Merges some NavigatorView into this instance.void
JHelpNavigator.merge
(NavigatorView view) Merged a NavigatorView into this instance.void
JHelpSearchNavigator.merge
(NavigatorView view) Merges a NavigatorView into this instance.void
JHelpTOCNavigator.merge
(NavigatorView view) Merges a NavigatorView into this instance.void
JHelpIndexNavigator.remove
(NavigatorView view) Removes a NavigatorView from this instance.void
JHelpNavigator.remove
(NavigatorView view) Removes a NavigatorView from this instance.void
JHelpSearchNavigator.remove
(NavigatorView view) Removes a NavigatorView from this instance.void
JHelpTOCNavigator.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.protected
Merge
(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.void
HelpNavigatorUI.merge
(NavigatorView view) Merges a Navigator View.void
HelpNavigatorUI.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 TypeMethodDescriptionvoid
BasicGlossaryNavigatorUI.doMerge
(NavigatorView view) Merges in the navigational data from another IndexView.void
BasicIndexNavigatorUI.doMerge
(NavigatorView view) Merges in the navigational data from another IndexView.void
BasicTOCNavigatorUI.doMerge
(NavigatorView view) Merges in the navigational data from another IndexView.void
BasicGlossaryNavigatorUI.merge
(NavigatorView view) Merges in the navigational data from another TOCView.void
BasicIndexNavigatorUI.merge
(NavigatorView view) Merges in the navigational data from another IndexView.void
BasicSearchNavigatorUI.merge
(NavigatorView view) Merges in the navigational data from another NavigatorView.void
BasicTOCNavigatorUI.merge
(NavigatorView view) Merges in the navigational data from another TOCView.void
BasicGlossaryNavigatorUI.remove
(NavigatorView view) Removes the navigational data from another GlossaryView.void
BasicIndexNavigatorUI.remove
(NavigatorView view) Removes the navigational data from another IndexView.void
BasicSearchNavigatorUI.remove
(NavigatorView view) Removes the navigational data from another NavigatorView.void
BasicTOCNavigatorUI.remove
(NavigatorView view) Removes the navigational data.protected void
BasicFavoritesNavigatorUI.setCellRenderer
(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected void
BasicGlossaryNavigatorUI.setCellRenderer
(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected void
BasicIndexNavigatorUI.setCellRenderer
(NavigatorView view, JTree tree) Sets the desired cell renderer on this tree.protected void
BasicSearchNavigatorUI.setCellRenderer
(NavigatorView view, JTree tree) Setd the desired cell renderer on this tree.protected void
BasicTOCNavigatorUI.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 TypeMethodDescriptionvoid
MergingSearchEngine.merge
(NavigatorView view) Adds/Removes a Search Engine to/from list.void
MergingSearchEngine.remove
(NavigatorView view) Constructors in javax.help.search with parameters of type NavigatorView