org.springframework.richclient.image
Interface SizedIconSource

All Superinterfaces:
IconSource
All Known Implementing Classes:
ReloadableSizedIconSource

public interface SizedIconSource
extends IconSource

Interface to be implemented by icon registries which can reload their icons with a new size dynamically.

This allow accessibilty preferences to be applied by switching between small and large icons, for example.

Author:
Keith Donald

Method Summary
 void reload(IconSize size)
          Reload all icons in this registry with the provided IconSize.
 
Methods inherited from interface org.springframework.richclient.image.IconSource
getIcon
 

Method Detail

reload

void reload(IconSize size)
Reload all icons in this registry with the provided IconSize.

Parameters:
size - The icon size.


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