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

Packages that use LookAndFeelScorer
org.apache.myfaces.trinidadinternal.ui.laf   
 

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

Subclasses of LookAndFeelScorer in org.apache.myfaces.trinidadinternal.ui.laf
 class NameAndAgentScorer
          Scores a LAF based on the Laf name and the agent information.
 class NameOnlyScorer
          NameScoreProxyr delegates to another LookAndFeelScorer instance to provide all scoring except for the name.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf that return LookAndFeelScorer
 LookAndFeelScorer LookAndFeelManager.getLookAndFeelScorer(LookAndFeel laf)
          Returns the LookAndFeelScorer for the specified LookAndFeel.
 

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

Constructors in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type LookAndFeelScorer
NameOnlyScorer(java.lang.String requiredLafName, LookAndFeelScorer baseScorer)
           
 



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