|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigatorView | |
---|---|
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 | |
---|---|
class |
FavoritesView
Navigational View information for the Favorites |
class |
GlossaryView
View information for a Glossary Navigator |
class |
IndexView
Navigational View information for an Index |
class |
SearchView
Navigational View information for a Search |
class |
TOCView
Navigational View information for a TOC. |
Fields in javax.help declared as NavigatorView | |
---|---|
protected NavigatorView |
ServletHelpBroker.curNav
|
Methods in javax.help that return NavigatorView | |
---|---|
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 |
JHelpNavigator.getNavigatorView()
Gets the NavigatorView that created this Navigator View. |
NavigatorView |
HelpSet.getNavigatorView(java.lang.String name)
Gets the NavigatorView with a specific name. |
NavigatorView[] |
HelpSet.getNavigatorViews()
NavigatorView describes the navigator views that are requested by this HelpSet. |
Methods in javax.help with parameters of type NavigatorView | |
---|---|
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 |
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 |
JHelpIndexNavigator.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 object |
void |
JHelpNavigator.merge(NavigatorView view)
Merged a NavigatorView into this instance. |
void |
JHelpSearchNavigator.merge(NavigatorView view)
Merges a NavigatorView into this instance. |
void |
JHelpIndexNavigator.merge(NavigatorView view)
Merges some NavigatorView into this instance. |
void |
JHelpTOCNavigator.merge(NavigatorView view)
Merges a NavigatorView into 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 |
JHelpIndexNavigator.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 | |
---|---|
AppendMerge(NavigatorView master,
NavigatorView slave)
Constructs AppendMerge |
|
JHelpFavoritesNavigator(NavigatorView view)
Creates an Index navigator. |
|
JHelpFavoritesNavigator(NavigatorView view,
HelpModel model)
Creates a Index navigator. |
|
JHelpGlossaryNavigator(NavigatorView info)
Creates JHelpGlossaryNavigator from given GlossaryView |
|
JHelpGlossaryNavigator(NavigatorView info,
HelpModel model)
Creates JHelpGlossaryNavigator from given GlossaryView and HelpModel |
|
JHelpIndexNavigator(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 navigator |
|
JHelpSearchNavigator(NavigatorView view,
HelpModel model)
Creates a Search navigator. |
|
JHelpTOCNavigator(NavigatorView view)
Create a TOC navigator |
|
JHelpTOCNavigator(NavigatorView view,
HelpModel model)
Creates a TOC navigator. |
|
Merge(NavigatorView master,
NavigatorView slave)
Constructs Merge for master and slave NavigatorViews |
|
NoMerge(NavigatorView master,
NavigatorView slave)
Constructs NoMerge |
|
SortMerge(NavigatorView master,
NavigatorView slave)
Constructs SortMerge |
|
UniteAppendMerge(NavigatorView master,
NavigatorView slave)
Constructs UniteAppendMerge |
Uses of NavigatorView in javax.help.plaf |
---|
Methods in javax.help.plaf with parameters of type NavigatorView | |
---|---|
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 | |
---|---|
void |
BasicTOCNavigatorUI.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 |
BasicGlossaryNavigatorUI.doMerge(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 |
BasicIndexNavigatorUI.merge(NavigatorView view)
Merges in the navigational data from another IndexView. |
void |
BasicGlossaryNavigatorUI.merge(NavigatorView view)
Merges in the navigational data from another TOCView. |
void |
BasicSearchNavigatorUI.remove(NavigatorView view)
Removes the navigational data from another NavigatorView. |
void |
BasicTOCNavigatorUI.remove(NavigatorView view)
Removes the navigational data. |
void |
BasicIndexNavigatorUI.remove(NavigatorView view)
Removes the navigational data from another IndexView. |
void |
BasicGlossaryNavigatorUI.remove(NavigatorView view)
Removes the navigational data from another GlossaryView. |
protected void |
BasicFavoritesNavigatorUI.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. |
protected void |
BasicIndexNavigatorUI.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. |
Uses of NavigatorView in javax.help.search |
---|
Methods in javax.help.search with parameters of type NavigatorView | |
---|---|
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 | |
---|---|
MergingSearchEngine(NavigatorView view)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |