| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Property | |
| com.togethersoft.openapi.util.propertyMap | |
| Uses of Property in com.togethersoft.openapi.util.propertyMap |
| Classes in com.togethersoft.openapi.util.propertyMap that implement Property | |
class | DefaultPropertyMap.DefaultProperty |
class | PropertyAdapterDefault implementation of the Property interace. |
| Constructors in com.togethersoft.openapi.util.propertyMap with parameters of type Property | |
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Property property, Object oldValue, boolean propertyAdded)Constructs a new PropertyMapEvent. | |
SinglePropertyProvider.SinglePropertyProvider(Property property, PropertyMap propertyMap)There is an advantage of passing the propertyMap parameter so it will delegate all call for determining if property is addable, readable, writable, etc. | |
SinglePropertyProvider.SinglePropertyProvider(Property property) | |
| Methods in com.togethersoft.openapi.util.propertyMap that return Property | |
Property | DefaultPropertyMap.addProperty(Object propertyKey, Object propertyValue)Adds new property. |
Property | PropertyMap.addProperty(Object propertyKey, Object propertyValue)Adds a property with the specified value to the properties set. |
Property | PropertyMapEvent.getProperty()Returns the changed Property instance. |
Property | PropertyProvider.addProperty(Object propertyValue)Adds new value. |
Property | PropertyProviderAdapter.addProperty(Object propertyValue)Adds new value to this property. |
Property | SinglePropertyProvider.addProperty(Object propertyValue) |
Property | SwitchablePropertyMap.addProperty(Object propertyKey, Object propertyValue)Adds specified property with it's value. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||