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

All Known Implementing Classes:
BaseDesktopLookAndFeel, BaseLookAndFeel, PdaHtmlLookAndFeel, SimplePdaLookAndFeel, XhtmlLookAndFeel

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

@Deprecated
public interface LafIconProviderProvider

This embarrassingly named interface is used to mark LookAndFeel (or LookAndFeelExtension) implementations which provide access to a LafIconProvider. Previously, we were able to access the LafIconProvider simply be casting to BaseLookAndFeel. This doesn't work now that we have LAFs which extend LookAndFeelExtension instead of BaseLookAndFeel (such as OracleDesktopLookAndFeel). We should remove this interface once we switch over to the new LookAndFeel Icon API.

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

Method Summary
 LafIconProvider getLafIconProvider()
          Deprecated.  
 

Method Detail

getLafIconProvider

LafIconProvider getLafIconProvider()
Deprecated. 


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