Uses of Class
org.apache.beehive.controls.api.packaging.FeatureInfo

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

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

Methods in org.apache.beehive.controls.runtime.generator that return FeatureInfo
abstract  FeatureInfo ControlProperty.getFeatureInfo()
          Returns any FeatureInfo associated with the property (or null if none)
 FeatureInfo ControlInterface.getFeatureInfo()
          Returns the FeatureInfo attributes for this control interface
abstract  FeatureInfo ControlInterface.initFeatureInfo()
          Returns the FeatureInfo annotation instance for this control interface (or null if the annotation is not found).
 

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

Methods in org.apache.beehive.controls.runtime.generator.apt that return FeatureInfo
 FeatureInfo AptProperty.getFeatureInfo()
          Returns any FeatureInfo associated with the property (or null if none)
 FeatureInfo AptControlInterface.initFeatureInfo()
          Returns the FeatureInfo annotation for this control interface, or null if there is none.