|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.cache.CacheManager
Manages the different Cache instances
Cache
Field Summary | |
static int |
_SOFTWARECATEGORY
|
Constructor Summary | |
CacheManager()
|
Method Summary | |
static DCObject |
getObjectForDisplayValue(java.lang.String s)
Retrieves the cached object with the given display value (toString() value) |
static DCObject |
getObjectForID(java.lang.String id)
Retrieves the cached object with the given ID |
static DCObject[] |
getObjects(int index)
Retrieves all Cached objects of the Cache with the given index |
static void |
refresh(int index)
Refreshes the cache for the specified cache index |
static void |
registerUIComponent(javax.swing.JComboBox combo,
int index)
Register a combo box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _SOFTWARECATEGORY
Constructor Detail |
public CacheManager()
Method Detail |
public static void refresh(int index)
index
- cache indexpublic static DCObject[] getObjects(int index)
index
- cache indexpublic static DCObject getObjectForDisplayValue(java.lang.String s)
s
- display value to search onpublic static DCObject getObjectForID(java.lang.String id)
id
- ID to search onpublic static void registerUIComponent(javax.swing.JComboBox combo, int index)
combo
- combo box to be registeredindex
- cache index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |