Uses of Class
com.togethersoft.openapi.util.propertyMap.Property

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 PropertyAdapter
          Default implementation of the Property interace.
class SwitchablePropertyMap.MyProperty
          
 

Fields in com.togethersoft.openapi.util.propertyMap declared as Property
private final PropertyPropertyMapEvent.myProperty
          
private PropertySinglePropertyProvider.property
          
private PropertySwitchablePropertyMap.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
PropertyDefaultPropertyMap.addProperty(Object propertyKey, Object propertyValue)
          Adds new property.
PropertyPropertyMap.addProperty(Object propertyKey, Object propertyValue)
          Adds a property with the specified value to the properties set.
PropertyPropertyMapEvent.getProperty()
          Returns the changed Property instance.
PropertyPropertyProvider.addProperty(Object propertyValue)
          Adds new value.
PropertyPropertyProviderAdapter.addProperty(Object propertyValue)
          Adds new value to this property.
PropertySinglePropertyProvider.addProperty(Object propertyValue)
          
PropertySwitchablePropertyMap.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 VirtualFileProperty
          Interface defines properties, which can be used with VirtualFile's.