|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Map | |
---|---|
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 | |
---|---|
class |
FlatMap
A FlatMap is a simple implementation of a Map. |
class |
TryMap
A Map that can combine a number of other Maps in an efficient manner. |
Methods in javax.help that return Map | |
---|---|
Map |
HelpSet.getCombinedMap()
The map for this HelpSet. |
Map |
HelpSet.getLocalMap()
Get the local (i.e. |
Map |
BadIDException.getMap()
The HelpSet in which the ID wasn't found |
Methods in javax.help with parameters of type Map | |
---|---|
void |
TryMap.add(Map map)
Adds a map to a "filter" Map. |
boolean |
TryMap.remove(Map map)
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 Map | |
---|---|
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 | |
---|---|
protected Map |
BasicSearchCellRenderer.map
Map to use for rendering included images. |
protected Map |
BasicTOCCellRenderer.map
|
Constructors in javax.help.plaf.basic with parameters of type Map | |
---|---|
BasicSearchCellRenderer(Map map)
Returns a new instance of BasicSearchCellRender. |
|
BasicTOCCellRenderer(Map map)
|
|
BasicTOCCellRenderer(Map map,
TOCView view)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |