org.springframework.richclient.image
Class DefaultIconSource.IconCache

Show UML class diagram
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>
 
Field Summary
 
Fields inherited from class org.springframework.util.CachingMapDecorator
NULL_VALUE
 
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, useWeakValue, 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)
Overrides:
create in class CachingMapDecorator

images

public ImageSource images()


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