|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PropertySet with mutation methods. Most applications can use the BasicModifiablePropertySet implementation.
This interface itself does not specify thread-safety semantics. The particular implementation or use in a larger interface should specify this. For example, standalone PropertySets may be fully synchronized and thread-safe. PropertySets related to AWT or Swing objects may require that all interaction be done on the AWT event thread.
Method Summary | |
void |
putValue(ConstrainedKey key,
Object value)
Set a property. |
void |
resetValue(ConstrainedKey key)
Reset a property to the default. |
Methods inherited from interface com.virtuosotechnologies.lib.container.PropertySet |
addPropertySetListener, getDefaultValue, getValue, removePropertySetListener |
Method Detail |
public void putValue(ConstrainedKey key, Object value)
key
- key object for the property.value
- new value for the property.public void resetValue(ConstrainedKey key)
key
- key object for the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |