org.apache.myfaces.trinidadinternal.ui.laf.base
Class ColorizedLafIconProvider

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.base.LafIconProvider
      extended by org.apache.myfaces.trinidadinternal.ui.laf.base.ColorizedLafIconProvider
All Implemented Interfaces:
ColorizedIconProvider
Direct Known Subclasses:
AccentedLafIconProvider

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

@Deprecated
public abstract class ColorizedLafIconProvider
extends LafIconProvider
implements ColorizedIconProvider

Abstracts out the retrieval of ImageProviderResponses for icon indices.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/ColorizedLafIconProvider.java#0 $) $Date: 10-nov-2005.18:52:59 $

Constructor Summary
ColorizedLafIconProvider()
          Deprecated.  
 
Method Summary
abstract  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
 
Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.LafIconProvider
getCacheImageURI, getIconURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorizedLafIconProvider

public ColorizedLafIconProvider()
Deprecated. 
Method Detail

getColorizedIcon

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

Specified by:
getColorizedIcon in interface ColorizedIconProvider

getColorizedIconURI

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

Specified by:
getColorizedIconURI in interface ColorizedIconProvider


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