|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.beans.BeanDictionary
pivot.wtk.Component.StyleDictionary
public final class Component.StyleDictionary
Style dictionary implementation.
Field Summary |
---|
Fields inherited from class pivot.beans.BeanDictionary |
---|
GET_PREFIX, IS_PREFIX, LISTENERS_SUFFIX, SET_PREFIX |
Constructor Summary | |
---|---|
Component.StyleDictionary(Skin skin)
|
Method Summary | |
---|---|
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Invokes the a setter method for the given property. |
Methods inherited from class pivot.beans.BeanDictionary |
---|
containsKey, get, getBean, getType, isEmpty, isReadOnly, iterator, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Component.StyleDictionary(Skin skin)
Method Detail |
---|
public java.lang.Object put(java.lang.String key, java.lang.Object value)
BeanDictionary
put
in interface Dictionary<java.lang.String,java.lang.Object>
put
in class BeanDictionary
key
- The property name.value
- The new property value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |