com.valhalla.jbother
Class StatusIconCache

java.lang.Object
  extended bycom.valhalla.jbother.StatusIconCache

public class StatusIconCache
extends java.lang.Object


Constructor Summary
StatusIconCache()
           
 
Method Summary
static void clearStatusIconCache()
           
static javax.swing.ImageIcon fetchStatusIcon(java.lang.String statusShortcut)
           
static javax.swing.ImageIcon getStatusIcon(org.jivesoftware.smack.packet.Presence.Mode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusIconCache

public StatusIconCache()
Method Detail

getStatusIcon

public static javax.swing.ImageIcon getStatusIcon(org.jivesoftware.smack.packet.Presence.Mode mode)

fetchStatusIcon

public static javax.swing.ImageIcon fetchStatusIcon(java.lang.String statusShortcut)

clearStatusIconCache

public static void clearStatusIconCache()