Uses of Class
javax.help.NavigatorView
-
Packages that use NavigatorView Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf Supports access to Component UI classes.javax.help.plaf.basic javax.help.search Supports simple access to search engines. -
-
Uses of NavigatorView in javax.help
Subclasses of NavigatorView in javax.help Modifier and Type Class Description class
FavoritesView
Navigational View information for the Favoritesclass
GlossaryView
View information for a Glossary Navigatorclass
IndexView
Navigational View information for an Indexclass
SearchView
Navigational View information for a Searchclass
TOCView
Navigational View information for a TOC.Fields in javax.help declared as NavigatorView Modifier and Type Field Description protected NavigatorView
ServletHelpBroker. curNav
Methods in javax.help that return NavigatorView 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.NavigatorView
ServletHelpBroker. getCurrentNavigatorView()
Returns the current navigator as a NavigatorView.NavigatorView
HelpSet. getNavigatorView(java.lang.String name)
Gets the NavigatorView with a specific name.NavigatorView
JHelpNavigator. getNavigatorView()
Gets the NavigatorView that created this Navigator View.NavigatorView[]
HelpSet. getNavigatorViews()
NavigatorView describes the navigator views that are requested by this HelpSet.Methods in javax.help with parameters of type NavigatorView Modifier and Type Method Description protected 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 NavigatorView Constructor Description AppendMerge(NavigatorView master, NavigatorView slave)
Constructs AppendMergeJHelpFavoritesNavigator(NavigatorView view)
Creates an Index navigator.JHelpFavoritesNavigator(NavigatorView view, HelpModel model)
Creates a Index navigator.JHelpGlossaryNavigator(NavigatorView info)
Creates JHelpGlossaryNavigator from given GlossaryViewJHelpGlossaryNavigator(NavigatorView info, HelpModel model)
Creates JHelpGlossaryNavigator from given GlossaryView and HelpModelJHelpIndexNavigator(NavigatorView view)
Creates 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.JHelpSearchNavigator(NavigatorView view)
Creates a Search navigatorJHelpSearchNavigator(NavigatorView view, HelpModel model)
Creates a Search navigator.JHelpTOCNavigator(NavigatorView view)
Create a TOC navigatorJHelpTOCNavigator(NavigatorView view, HelpModel model)
Creates a TOC navigator.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 NavigatorView Modifier and Type Method Description javax.swing.ImageIcon
HelpNavigatorUI. 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 NavigatorView Modifier and Type Method Description void
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, javax.swing.JTree tree)
Sets the desired cell renderer on this tree.protected void
BasicGlossaryNavigatorUI. setCellRenderer(NavigatorView view, javax.swing.JTree tree)
Sets the desired cell renderer on this tree.protected void
BasicIndexNavigatorUI. setCellRenderer(NavigatorView view, javax.swing.JTree tree)
Sets the desired cell renderer on this tree.protected void
BasicSearchNavigatorUI. setCellRenderer(NavigatorView view, javax.swing.JTree tree)
Setd the desired cell renderer on this tree.protected void
BasicTOCNavigatorUI. setCellRenderer(NavigatorView view, javax.swing.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 NavigatorView Modifier and Type Method Description void
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 Constructor Description MergingSearchEngine(NavigatorView view)
-