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 TypeClassDescriptionclassA FlatMap is a simple implementation of a Map.classA 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 TypeMethodDescriptionvoidAdds a map to a "filter" Map.booleanRemoves a Map from this "filter" Map.voidHelpSet.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 MapBasicSearchCellRenderer.mapMap to use for rendering included images.protected MapBasicTOCCellRenderer.mapConstructors in javax.help.plaf.basic with parameters of type MapModifierConstructorDescriptionReturns a new instance of BasicSearchCellRender.BasicTOCCellRenderer(Map map) BasicTOCCellRenderer(Map map, TOCView view)