|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.IconCache
Caches small icons retrieved from the database
Constructor Summary | |
IconCache()
|
Method Summary | |
static javax.swing.ImageIcon |
getIconForId(java.lang.String sID)
Return the icon for the object with the given ID |
static void |
refresh()
Refreshes the cached icons for the Software Categories The icons are loaded from the database and then stored in a hashtable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconCache()
Method Detail |
public static void refresh()
public static javax.swing.ImageIcon getIconForId(java.lang.String sID)
sID
- Object ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |