|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A collection of uk.org.ogsadai.common.Property
objects.
Method Summary | |
void |
addPropertyListener(PropertyListener listener)
Registers a property listener. |
Property |
put(Property property)
Add the specified Property to the map. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public Property put(Property property)
Property
to the map.
property
- The Property
to add to the map. The value of
property.getName()
will be used as the key.
Property
object mapped to the
property.getName()
key or
null
if no mapping existed previously.
java.lang.IllegalArgumentException
- if the specified
Property
or the value of
property.getName()
are null
.public void addPropertyListener(PropertyListener listener)
listener
- The PropertyListener
to register.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |