Uses of Interface
org.springframework.richclient.image.ImageSource

Packages that use ImageSource
org.springframework.richclient.application.config   
org.springframework.richclient.application.support   
org.springframework.richclient.image Provides a image and icon loading library using resource-bundle style key lookup. 
 

Uses of ImageSource in org.springframework.richclient.application.config
 

Methods in org.springframework.richclient.application.config that return ImageSource
protected  ImageSource DefaultApplicationObjectConfigurer.getImageSource()
          Returns this instance's image source.
 

Constructors in org.springframework.richclient.application.config with parameters of type ImageSource
DefaultApplicationObjectConfigurer(MessageSource messageSource, ImageSource imageSource)
          Creates a new DefaultApplicationObjectConfigurer that will use the given message and image sources.
DefaultApplicationObjectConfigurer(MessageSource messageSource, ImageSource imageSource, IconSource iconSource, SecurityControllerManager securityControllerManager)
          Creates a new DefaultApplicationObjectConfigurer that will use the given message, image and icon sources.
 

Uses of ImageSource in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support that return ImageSource
protected  ImageSource ApplicationServicesAccessor.getImageSource()
           
 

Methods in org.springframework.richclient.application.support with parameters of type ImageSource
 void DefaultApplicationServices.setImageSource(ImageSource imageSource)
          Set the image source service implementation
 

Uses of ImageSource in org.springframework.richclient.image
 

Classes in org.springframework.richclient.image that implement ImageSource
 class DefaultImageSource
          A collection of image resources, each indexed by a common key alias.
 

Methods in org.springframework.richclient.image that return ImageSource
 ImageSource DefaultIconSource.IconCache.images()
           
 

Methods in org.springframework.richclient.image with parameters of type ImageSource
static void Handler.installImageUrlHandler(ImageSource urlHandlerImageSource)
          Installs this class as a handler for the "image:" protocol.
 

Constructors in org.springframework.richclient.image with parameters of type ImageSource
DefaultIconSource.IconCache(ImageSource images)
           
DefaultIconSource(ImageSource images)
          Constructs a icon registry that loads images from the provided source.
ReloadableSizedIconSource(IconSize iconSize, ImageSource iconResources)
          Create a sized icon registry with icons of a specified size and icon resources to be loaded from the specified image source.
 



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