Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
javax.help.plaf.basic |
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
Map |
HelpSet.getCombinedMap() |
The map for this HelpSet.
|
Map |
HelpSet.getLocalMap() |
Get the local (i.e. non-recursive) Map for this HelpSet.
|
Map |
BadIDException.getMap() |
The HelpSet in which the ID wasn't found
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
BadIDException(java.lang.String msg,
Map map,
java.lang.String id,
HelpSet hs) |
Create the exception.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map |
BasicSearchCellRenderer.map |
Map to use for rendering included images.
|
protected Map |
BasicTOCCellRenderer.map |
Constructor | Description |
---|---|
BasicSearchCellRenderer(Map map) |
Returns a new instance of BasicSearchCellRender.
|
BasicTOCCellRenderer(Map map) |
|
BasicTOCCellRenderer(Map map,
TOCView view) |