| java.lang.Object org.wings.plaf.LookAndFeel
All known Subclasses: org.wings.plaf.css.CSSLookAndFeel,
LookAndFeel | public class LookAndFeel implements Serializable(Code) | | A Look-and-Feel consists of a bunch of CGs and resource properties.
wingS provides a pluggable look-and-feel (laf or plaf) concept similar to that of Swing.
A certain plaf implementation normally adresses a specific browser platform.
See Also: org.wings.plaf.ComponentCG |
Constructor Summary | |
public | LookAndFeel(Properties properties) Instantiate a laf using the war's classLoader. |
LookAndFeel | public LookAndFeel(Properties properties)(Code) | | Instantiate a laf using the war's classLoader.
Parameters: properties - the configuration of the laf |
createDefaults | public ResourceDefaults createDefaults()(Code) | | create a fresh CGDefaults map. One defaults map per Session is generated
in its CGManager. It is necessary to create a fresh defaults map, since
it caches values that might be modified within the sessions. A prominent
example of changed values per sessions are the CG's themselves:
CG-properties might be changed per session...
the laf's defaults |
getDescription | public String getDescription()(Code) | | Return a one line description of this look and feel implementation,
e.g. "Optimized for KDE's Konqueror Browser".
|
getName | public String getName()(Code) | | Return a unique string that identifies this look and feel, e.g.
"konqueror"
|
toString | public String toString()(Code) | | Returns a string that displays and identifies this
object's properties.
a String representation of this object |
|
|