Uses of Interface
javax.help.Map
Packages that use Map
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of Map in javax.help
Classes in javax.help that implement MapModifier and TypeClassDescriptionclass
A FlatMap is a simple implementation of a Map.class
A Map that can combine a number of other Maps in an efficient manner.Methods in javax.help that return MapModifier and TypeMethodDescriptionHelpSet.getCombinedMap()
The map for this HelpSet.HelpSet.getLocalMap()
Get the local (i.e. non-recursive) Map for this HelpSet.BadIDException.getMap()
The HelpSet in which the ID wasn't foundMethods in javax.help with parameters of type MapModifier and TypeMethodDescriptionvoid
Adds a map to a "filter" Map.boolean
Removes a Map from this "filter" Map.void
HelpSet.setLocalMap
(Map map) Set the Map for this HelpSet.Constructors in javax.help with parameters of type MapModifierConstructorDescriptionBadIDException
(String msg, Map map, String id, HelpSet hs) Create the exception. -
Uses of Map in javax.help.plaf.basic
Fields in javax.help.plaf.basic declared as MapModifier and TypeFieldDescriptionprotected Map
BasicSearchCellRenderer.map
Map to use for rendering included images.protected Map
BasicTOCCellRenderer.map
Constructors in javax.help.plaf.basic with parameters of type MapModifierConstructorDescriptionReturns a new instance of BasicSearchCellRender.BasicTOCCellRenderer
(Map map) BasicTOCCellRenderer
(Map map, TOCView view)