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

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

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

Methods in org.apache.beehive.controls.runtime.generator that return ControlPropertySet
 ControlPropertySet ControlProperty.getPropertySet()
          Returns the ControlPropertySet associated with the ControlPropertySet
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlPropertySet
 ArrayList<ControlPropertySet> ControlInterface.getPropertySets()
          Returns the list of ControlPropertySets declared directly by this ControlInterface
protected abstract  ArrayList<ControlPropertySet> ControlInterface.initPropertySets()
          Initializes the list of ControlPropertySets declared directly by this ControlInterface
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type ControlPropertySet
ControlProperty(ControlPropertySet propertySet)
          Base constructor, protected so only a custom subclass can invoke
 

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

Subclasses of ControlPropertySet in org.apache.beehive.controls.runtime.generator.apt
 class AptPropertySet
          The AptPropertySet class represents a control PropertySet where the property list is derived using APT metadata
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlPropertySet
protected  ArrayList<ControlPropertySet> AptControlInterface.initPropertySets()
          Initializes the list of PropertySets declared by this ControlInterface