org.springframework.richclient.image
Class DefaultIconSource.IconCache
java.lang.Object
org.springframework.util.CachingMapDecorator
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.springframework.util.CachingMapDecorator |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, values |
DefaultIconSource.IconCache
public DefaultIconSource.IconCache(ImageSource images)
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.