org.apache.myfaces.trinidadinternal.ui.laf.base
Interface LafIconProviderProvider
- All Known Implementing Classes:
- BaseDesktopLookAndFeel, BaseLookAndFeel, PdaHtmlLookAndFeel, SimplePdaLookAndFeel, XhtmlLookAndFeel
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 $
- Author:
- The Oracle ADF Faces Team
getLafIconProvider
LafIconProvider getLafIconProvider()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.