|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wings.plaf.LookAndFeel
public class LookAndFeel
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.
ComponentCG,
Serialized Form| Field Summary | |
|---|---|
protected Properties |
properties
|
| Constructor Summary | |
|---|---|
LookAndFeel(Properties properties)
Instantiate a laf using the war's classLoader. |
|
| Method Summary | |
|---|---|
ResourceDefaults |
createDefaults()
create a fresh CGDefaults map. |
String |
getDescription()
Return a one line description of this look and feel implementation, e.g. |
String |
getName()
Return a unique string that identifies this look and feel, e.g. |
String |
toString()
Returns a string that displays and identifies this object's properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Properties properties
| Constructor Detail |
|---|
public LookAndFeel(Properties properties)
properties - the configuration of the laf| Method Detail |
|---|
public String getName()
public String getDescription()
public ResourceDefaults createDefaults()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||