net.sf.ecl.datepicker
Class UIImages

java.lang.Object
  extended by net.sf.ecl.datepicker.UIImages

public final class UIImages
extends Object

is a cache of net.sf.ecl.datepicker.images. The cache is used to load and store images used by the calendar controls. The stored images are released on disposal on the default Display.

Author:
Alexey Afanasyev, Alexey Kharlamov

Method Summary
static Image getImage(String filename)
          loads the given image from classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public static Image getImage(String filename)
loads the given image from classpath.

Parameters:
filename -
Returns:
the image object.