|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extended properties are properties that an object may or may not have, depending on other features of the object. This is basically an interface to a string-keyed java map, but with an event listener for when key pairs are added or removed.
Method Summary | |
java.lang.Object |
getObject()
Gets the object to which the properties are attached. |
void |
refresh()
Indicates that the object's value has changed, although its reference has not. |
void |
setObject(java.lang.Object o)
Set the backing object for the list of properties. |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
public void setObject(java.lang.Object o)
o
- The new object.public java.lang.Object getObject()
public void refresh()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |