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

All Known Implementing Classes:
AccentedLafIconProvider, ColorizedLafIconProvider, IconArrayLafIconProvider

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
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 $

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

Method Detail

getColorizedIcon

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


getColorizedIconURI

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



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.