Uses of Class
org.apache.myfaces.trinidadinternal.ui.laf.LookAndFeel

Packages that use LookAndFeel
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.laf   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.laf.base.desktop   
org.apache.myfaces.trinidadinternal.ui.laf.base.pda   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
org.apache.myfaces.trinidadinternal.ui.laf.simple.pda   
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui
 

Methods in org.apache.myfaces.trinidadinternal.ui that return LookAndFeel
 LookAndFeel UIXRenderingContext.getLookAndFeel()
          Deprecated. Returns the LookAndFeel to use for this render.
 LookAndFeel RootRenderingContext.getLookAndFeel()
          Deprecated. Returns the LookAndFeel to use for this render.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type LookAndFeel
 void UIExtension.registerSelf(LookAndFeel laf)
          Deprecated. Callback to register rendering functionality on a look-and-feel.
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf
 class LookAndFeelExtension
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf that return LookAndFeel
 LookAndFeel LookAndFeelExtension.getBaseLookAndFeel()
          Deprecated. Returns the base LookAndFeel which this custom LookAndFeel "extends".
 LookAndFeel LookAndFeelManager.getLookAndFeel(UIXRenderingContext context)
          Deprecated. Gets the LookAndFeel for the specified RenderingContext.
 LookAndFeel LookAndFeelManager.getLookAndFeelById(java.lang.String id)
          Deprecated. Returns the LookAndFeel instance with the specified id.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type LookAndFeel
 LookAndFeelScorer LookAndFeelManager.getLookAndFeelScorer(LookAndFeel laf)
          Deprecated. Returns the LookAndFeelScorer for the specified LookAndFeel.
 void LookAndFeelManager.registerLookAndFeel(LookAndFeelScorer scorer, LookAndFeel laf)
          Deprecated. Registers the specified LookAndFeel to be used with the specified scorer.
 

Constructors in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type LookAndFeel
LookAndFeelExtension(LookAndFeel baseLookAndFeel, java.lang.String id, java.lang.String family)
          Deprecated. Creates a LookAndFeel which extends the specified base LookAndFeel.
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base
 class BaseLookAndFeel
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return types with arguments of type LookAndFeel
 java.lang.Class<LookAndFeel> Icon.getLookAndFeel()
          Deprecated.  
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type LookAndFeel
static LafIconProvider BaseLafRenderer.getIconProvider(LookAndFeel laf)
          Deprecated.  
 

Constructor parameters in org.apache.myfaces.trinidadinternal.ui.laf.base with type arguments of type LookAndFeel
Icon(java.lang.String gifName, java.lang.Class<LookAndFeel> lookAndFeel, org.apache.myfaces.trinidad.share.io.NameResolver resolver, boolean isCoreColor, boolean isSymmetric, boolean isTransparent)
          Deprecated.  
Icon(java.lang.String gifName, java.lang.Class<LookAndFeel> lookAndFeel, org.apache.myfaces.trinidad.share.io.NameResolver resolver, boolean isCoreColor, boolean isSymmetric, boolean isTransparent, java.lang.String styleClass, CoreStyle inlineStyle)
          Deprecated.  
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop
 class BaseDesktopLookAndFeel
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.pda
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.pda
 class PdaHtmlLookAndFeel
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 class XhtmlLookAndFeel
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Method parameters in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with type arguments of type LookAndFeel
protected  ImageProviderRequest IconArrayLafIconProvider.createAccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
protected abstract  ImageProviderRequest AccentedLafIconProvider.createAccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
protected  ImageProviderRequest IconArrayLafIconProvider.createCoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
protected abstract  ImageProviderRequest AccentedLafIconProvider.createCoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
 

Constructor parameters in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with type arguments of type LookAndFeel
AccentIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
CoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, org.apache.myfaces.trinidad.share.io.NameResolver resolver)
          Deprecated.  
 

Uses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.simple.pda
 

Subclasses of LookAndFeel in org.apache.myfaces.trinidadinternal.ui.laf.simple.pda
 class SimplePdaLookAndFeel
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 



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