Uses of Interface
javax.help.Map
-
Packages that use Map Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf.basic -
-
Uses of Map in javax.help
Classes in javax.help that implement Map Modifier and Type Class Description classFlatMapA FlatMap is a simple implementation of a Map.classTryMapA Map that can combine a number of other Maps in an efficient manner.Methods in javax.help that return Map Modifier and Type Method Description MapHelpSet. getCombinedMap()The map for this HelpSet.MapHelpSet. getLocalMap()Get the local (i.e. non-recursive) Map for this HelpSet.MapBadIDException. getMap()The HelpSet in which the ID wasn't foundMethods in javax.help with parameters of type Map Modifier and Type Method Description voidTryMap. add(Map map)Adds a map to a "filter" Map.booleanTryMap. remove(Map map)Removes a Map from this "filter" Map.voidHelpSet. setLocalMap(Map map)Set the Map for this HelpSet.Constructors in javax.help with parameters of type Map Constructor Description BadIDException(java.lang.String msg, Map map, java.lang.String id, HelpSet hs)Create the exception. -
Uses of Map in javax.help.plaf.basic
Fields in javax.help.plaf.basic declared as Map Modifier and Type Field Description protected MapBasicSearchCellRenderer. mapMap to use for rendering included images.protected MapBasicTOCCellRenderer. mapConstructors in javax.help.plaf.basic with parameters of type Map Constructor Description BasicSearchCellRenderer(Map map)Returns a new instance of BasicSearchCellRender.BasicTOCCellRenderer(Map map)BasicTOCCellRenderer(Map map, TOCView view)
-