org.apache.myfaces.trinidadinternal.ui.laf.base
Interface ColorizedIconProvider

All Known Implementing Classes:
AccentedLafIconProvider, ColorizedLafIconProvider, IconArrayLafIconProvider

public interface ColorizedIconProvider

Abstracts out the retrieval of colorized icons given icon keys

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/ColorizedIconProvider.java#0 $) $Date: 10-nov-2005.18:52:59 $
Author:
The Oracle ADF Faces Team

Method Summary
 ImageProviderResponse getColorizedIcon(UIXRenderingContext context, IconKey iconKey)
          Retrieves the ImageProviderReponse for the image indentified by the iconKey
 java.lang.String getColorizedIconURI(UIXRenderingContext context, IconKey iconKey)
          Returns the URI to the icon indentified by the icon key
 

Method Detail

getColorizedIcon

ImageProviderResponse getColorizedIcon(UIXRenderingContext context,
                                       IconKey iconKey)
Retrieves the ImageProviderReponse for the image indentified by the iconKey


getColorizedIconURI

java.lang.String getColorizedIconURI(UIXRenderingContext context,
                                     IconKey iconKey)
Returns the URI to the icon indentified by the icon key



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.