Class Summary |
LookAndFeel |
Defines the components which are used to implement a particular
look and feel (for example, the Browser Look And Feel). |
LookAndFeelExtension |
A LookAndFeel which extends another LookAndFeel, possibly adding
customizations. |
LookAndFeelManager |
Manages the set of LookAndFeel instances. |
LookAndFeelScorer |
The LookAndFeelScorer is responsible for producing a score that is
used in the LookAndFeel selection process. |
LookAndFeelStyleProvider |
An extension of the FileSystemStyleCache which merges styles
provided by the LookAndFeel with styles provided by a
custom style sheet. |
NameAndAgentScorer |
Scores a LAF based on the Laf name and the agent information. |
NameOnlyScorer |
NameScoreProxyr delegates to another LookAndFeelScorer instance
to provide all scoring except for the name. |
Score |
The Score object is used by LookAndFeelScorer to report the results of
the look and feel scoring process. |
ScoreImpl |
Implementation of Score which provides storage for all component
scores. |
ScoreProxy |
The Score subclass which is used to wrap another Score. |