|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyContainer
Defines an object that can store properties (name and value pairs).
| Method Summary | |
|---|---|
Object |
getProperty(Object key)
Retrieves a property from this view |
void |
setProperty(Object key,
Object value)
Attaches a property to the view. |
| Method Detail |
|---|
void setProperty(Object key,
Object value)
value is
null, the property will be removed from the view instead.
key - Property keyvalue - Property valueObject getProperty(Object key)
key - Property key
null if not defined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||