Uses of Class
org.apache.beehive.controls.api.properties.PropertyKey

Packages that use PropertyKey
org.apache.beehive.controls.api.properties   
org.apache.beehive.controls.runtime.bean   
 

Uses of PropertyKey in org.apache.beehive.controls.api.properties
 

Methods in org.apache.beehive.controls.api.properties that return types with arguments of type PropertyKey
 Set<PropertyKey> BeanPropertyMap.getPropertyKeys()
          Returns the set of PropertyKeys that are locally set in this property map.
 

Methods in org.apache.beehive.controls.api.properties with parameters of type PropertyKey
 Object PropertyMap.getProperty(PropertyKey key)
          Returns the property value specified by 'key' within this map.
 Object BeanPropertyMap.getProperty(PropertyKey key)
          Returns the property value specified by 'key' within this map.
 Object BaseMap.getProperty(PropertyKey key)
          Returns the property value specified by 'key' within this map.
 Object AnnotatedElementMap.getProperty(PropertyKey key)
          Returns the property value specified by 'key' within this map.
protected  boolean BaseMap.isValidKey(PropertyKey key)
          Checks to ensure that the provided key is a valid key for this PropertyMap
 void PropertyMap.setProperty(PropertyKey key, Object value)
          Sets the property specifed by 'key' within this map.
 void BeanPropertyMap.setProperty(PropertyKey key, Object value)
          Sets the property specifed by 'key' within this map.
 void AnnotatedElementMap.setProperty(PropertyKey key, Object value)
          Sets the property specifed by 'key' within this map.
 

Uses of PropertyKey in org.apache.beehive.controls.runtime.bean
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type PropertyKey
protected  void ControlBean.firePropertyChange(PropertyKey propertyKey, Object oldValue, Object newValue)
          Delivers a PropertyChangeEvent to any registered PropertyChangeListeners associated with the property referenced by the specified key.
protected  void ControlBean.fireVetoableChange(PropertyKey propertyKey, Object oldValue, Object newValue)
          Delivers a PropertyChangeEvent to any registered VetoableChangeListeners associated with the property referenced by the specified key.
protected  Object ControlBean.getControlProperty(PropertyKey key)
          Returns a property on the ControlBean instance.
protected  Object ControlBean.getRawControlProperty(PropertyKey key)
          Returns a property on the ControlBean instance.
protected  void ControlBean.setControlProperty(PropertyKey key, Object o)
          Sets a property on the ControlBean instance.
static void AnnotationConstraintValidator.validate(PropertyKey key, Object value)
          This method ensures that any control property value assignment satisfies all property constraints.