|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.Score
org.apache.myfaces.trinidadinternal.ui.laf.ScoreProxy
public class ScoreProxy
The Score subclass which is used to wrap another Score.
Field Summary |
---|
Fields inherited from class org.apache.myfaces.trinidadinternal.ui.laf.Score |
---|
COMPARISON_MATCH, DONT_CARE_MATCH, EXACT_MATCH, NO_MATCH, RANGE_MATCH |
Constructor Summary | |
---|---|
ScoreProxy(Score baseScore)
Creates a ScoreProxy which wraps the specified "base" Score. |
Method Summary | |
---|---|
int |
getAgentApplicationScore()
Returns the score for the Agent application. |
int |
getAgentOSScore()
Returns the score for the Agent operating system. |
int |
getAgentTypeScore()
Returns the score for the Agent type. |
int |
getAgentVersionScore()
Returns the score for the Agent version. |
int |
getDiscriminantScore()
Returns a discriminant score that is used as a tie-breaker when multiple LookAndFeels produce the same score. |
int |
getNameScore()
Returns the score for the look and feel family name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScoreProxy(Score baseScore)
Method Detail |
---|
public int getNameScore()
getNameScore
in class Score
public int getAgentTypeScore()
getAgentTypeScore
in class Score
public int getAgentApplicationScore()
getAgentApplicationScore
in class Score
public int getAgentVersionScore()
getAgentVersionScore
in class Score
public int getAgentOSScore()
getAgentOSScore
in class Score
public int getDiscriminantScore()
getDiscriminantScore
in class Score
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |