org.springframework.richclient.image
Class DefaultIconSource.IconCache

java.lang.Object
  extended by org.springframework.util.CachingMapDecorator
      extended by org.springframework.richclient.image.DefaultIconSource.IconCache
All Implemented Interfaces:
Serializable, Map
Enclosing class:
DefaultIconSource

protected static class DefaultIconSource.IconCache
extends CachingMapDecorator

Icon cache using soft references.

Author:
Keith Donald
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DefaultIconSource.IconCache(ImageSource images)
           
 
Method Summary
 Object create(Object key)
           
 ImageSource images()
           
 
Methods inherited from class org.springframework.util.CachingMapDecorator
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DefaultIconSource.IconCache

public DefaultIconSource.IconCache(ImageSource images)
Method Detail

create

public Object create(Object key)
Specified by:
create in class CachingMapDecorator

images

public ImageSource images()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.