|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectiCMS.applet.IconManager
public class IconManager
The IconManager is a class that holds all logic that's required storing custom images for the items
| Constructor Summary | |
|---|---|
IconManager()
constructor |
|
| Method Summary | |
|---|---|
ImageIcon |
get(String token)
try to get an icon |
Hashtable |
getIcons()
get all icons |
int |
loadIcon(String token)
try to load an image icon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IconManager()
| Method Detail |
|---|
public ImageIcon get(String token)
public Hashtable getIcons()
public int loadIcon(String token)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||