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

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

Uses of IconSource in org.springframework.binding.form.support
 

Methods in org.springframework.binding.form.support that return IconSource
protected  IconSource MessageSourceFieldFaceSource.getIconSource()
           
 

Methods in org.springframework.binding.form.support with parameters of type IconSource
 void MessageSourceFieldFaceSource.setIconSource(IconSource iconSource)
          Set the icon source that will be used to resolve the FieldFace's icon property.
 

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

Methods in org.springframework.richclient.application.config that return IconSource
protected  IconSource DefaultApplicationObjectConfigurer.getIconSource()
          Returns this instance's icon source.
 

Constructors in org.springframework.richclient.application.config with parameters of type IconSource
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 IconSource in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support that return IconSource
protected  IconSource ApplicationServicesAccessor.getIconSource()
           
 

Methods in org.springframework.richclient.application.support with parameters of type IconSource
 void DefaultApplicationServices.setIconSource(IconSource iconSource)
          Set the icon source service implementation
 

Uses of IconSource in org.springframework.richclient.components
 

Methods in org.springframework.richclient.components that return IconSource
 IconSource MessageReportingOverlay.getIconSource()
          Return the used icon source
 

Methods in org.springframework.richclient.components with parameters of type IconSource
 void MessageReportingOverlay.setIconSource(IconSource iconSource)
          Define the iconsource for getting the icon of the overlay
 

Uses of IconSource in org.springframework.richclient.factory
 

Methods in org.springframework.richclient.factory with parameters of type IconSource
 void DefaultComponentFactory.setIconSource(IconSource iconSource)
          Set the source for retrieving icons.
 

Uses of IconSource in org.springframework.richclient.image
 

Subinterfaces of IconSource in org.springframework.richclient.image
 interface SizedIconSource
          Interface to be implemented by icon registries which can reload their icons with a new size dynamically.
 

Classes in org.springframework.richclient.image that implement IconSource
 class DefaultIconSource
          The default implementation of ImageIconRegistry.
 class ReloadableSizedIconSource
          Default implementation of a reloadable sized icon registry.
 



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