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 RootRenderingContext.getLookAndFeel()
          Returns the LookAndFeel to use for this render.
 LookAndFeel UIXRenderingContext.getLookAndFeel()
          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)
          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
          A LookAndFeel which extends another LookAndFeel, possibly adding customizations.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf that return LookAndFeel
 LookAndFeel LookAndFeelExtension.getBaseLookAndFeel()
          Returns the base LookAndFeel which this custom LookAndFeel "extends".
 LookAndFeel LookAndFeelManager.getLookAndFeel(UIXRenderingContext context)
          Gets the LookAndFeel for the specified RenderingContext.
 LookAndFeel LookAndFeelManager.getLookAndFeelById(java.lang.String id)
          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)
          Returns the LookAndFeelScorer for the specified LookAndFeel.
 void LookAndFeelManager.registerLookAndFeel(LookAndFeelScorer scorer, LookAndFeel laf)
          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)
          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
          Abstract Base LookAndFeel implementation
 

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

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

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, NameResolver resolver, boolean isCoreColor, boolean isSymmetric, boolean isTransparent)
           
Icon(java.lang.String gifName, java.lang.Class<LookAndFeel> lookAndFeel, NameResolver resolver, boolean isCoreColor, boolean isSymmetric, boolean isTransparent, java.lang.String styleClass, Style inlineStyle)
           
 

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
          LookAndFeel implementation for HTML browsers
 

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
          LookAndFeel implementation for HTML browsers
 

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
          LookAndFeel implementation for XHTML
 

Method parameters in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with type arguments of type LookAndFeel
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, NameResolver resolver)
           
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, NameResolver resolver)
           
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, NameResolver resolver)
           
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, NameResolver resolver)
           
 

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, NameResolver resolver)
           
CoreIconRequest(ImageContext context, java.lang.String source, java.lang.Class<LookAndFeel> lookAndFeel, int direction, java.awt.Color color, java.awt.Color surroundingColor, NameResolver resolver)
           
 

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
          LookAndFeel implementation for simple pocket pc
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.