| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
| com.togethersoft.openapi.util.propertyMap | |
| com.togethersoft.openapi.vfs | |
| 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. |
class | SwitchablePropertyMap.MyProperty |
| Fields in com.togethersoft.openapi.util.propertyMap declared as Property | |
private final Property | PropertyMapEvent.myProperty |
private Property | SinglePropertyProvider.property |
private Property | SwitchablePropertyMap.MyProperty.myProperty |
| 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) | |
SwitchablePropertyMap.MyProperty.MyProperty(Property property, PropertyMap map) | |
| 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. |
| Uses of Property in com.togethersoft.openapi.vfs |
| Subinterfaces of Property in com.togethersoft.openapi.vfs | |
interface | VirtualFilePropertyInterface defines properties, which can be used with |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||