Package | Description |
---|---|
jhelp.util.cache | |
jhelp.util.gui |
GUI tools and utilities.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,CacheElement<ELEMENT>> |
Cache.cache
The cache itself
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.add(java.lang.String key,
CacheElement<ELEMENT> element)
Add element inside the cache
|
ELEMENT |
Cache.get(java.lang.String key,
CacheElement<ELEMENT> cacheElement)
Obtain an element and give a default value if key is not already present
|
Modifier and Type | Class and Description |
---|---|
private static class |
JHelpRichText.CacheImageElement
Cache element of image.
|