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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected NavigatorView |
ServletHelpBroker.curNav |
Modifier and Type | Method and 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HelpSet.addView(NavigatorView view)
Adds a NavigatorView to the current list.
|
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 |
JHelpFavoritesNavigator.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 |
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.
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGlossaryNavigatorUI.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 |
BasicIndexNavigatorUI.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 |
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.remove(NavigatorView view)
Removes the navigational data from another GlossaryView.
|
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.
|
protected void |
BasicGlossaryNavigatorUI.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 |
BasicFavoritesNavigatorUI.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.
|
Modifier and Type | Method and Description |
---|---|
void |
MergingSearchEngine.merge(NavigatorView view)
Adds/Removes a Search Engine to/from list.
|
void |
MergingSearchEngine.remove(NavigatorView view) |
Constructor and Description |
---|
MergingSearchEngine(NavigatorView view) |