iCMS.applet
Class IconManager

java.lang.Object
  extended by iCMS.applet.IconManager

public class IconManager
extends Object

The IconManager is a class that holds all logic that's required storing custom images for the items

Version:
2.0.0
Author:
Chris Lukassen
 

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

IconManager

public IconManager()
constructor

Method Detail

get

public ImageIcon get(String token)
try to get an icon


getIcons

public Hashtable getIcons()
get all icons


loadIcon

public int loadIcon(String token)
try to load an image icon