Uses of Class
org.apache.beehive.controls.runtime.generator.ControlProperty

Packages that use ControlProperty
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of ControlProperty in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlProperty
 ArrayList<ControlProperty> ControlPropertySet.getProperties()
          Returns the list of ControlProperties associated with this ControlPropertySet
protected abstract  ArrayList<ControlProperty> ControlPropertySet.initProperties()
          Initializes the list of BeanProperties associated with this ControlPropertySet
 

Uses of ControlProperty in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of ControlProperty in org.apache.beehive.controls.runtime.generator.apt
 class AptProperty
          The AptProperty class represents a control Property where the property attributes are derived using APT metadata
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlProperty
protected  ArrayList<ControlProperty> AptPropertySet.initProperties()
          Initializes the list of ControlProperties associated with this ControlPropertySet