Uses of Interface
org.apache.beehive.controls.api.bean.ControlBean

Packages that use ControlBean
org.apache.beehive.controls.api.bean   
org.apache.beehive.controls.api.context   
org.apache.beehive.controls.runtime.bean   
 

Uses of ControlBean in org.apache.beehive.controls.api.bean
 

Methods in org.apache.beehive.controls.api.bean with type parameters of type ControlBean
static
<T extends ControlBean>
T
Controls.instantiate(Class<T> beanClass, PropertyMap props, ControlBeanContext context, String id)
          Factory method for instantiating controls.
 

Methods in org.apache.beehive.controls.api.bean that return ControlBean
static ControlBean Controls.instantiate(ClassLoader cl, String beanName, PropertyMap props)
          Factory method for instantiating controls.
static ControlBean Controls.instantiate(ClassLoader cl, String beanName, PropertyMap props, ControlBeanContext cbc, String id)
          Factory method for instantiating controls.
 

Uses of ControlBean in org.apache.beehive.controls.api.context
 

Methods in org.apache.beehive.controls.api.context that return ControlBean
 ControlBean ControlBeanContext.getBean(String id)
          Returns any child ControlBean that is nested in the ControlBeanContext, or null if no matching child is found.
 ControlBean ControlBeanContext.getControlBean()
          Returns the peer ControlBean associated with this ControlBeanContext.
 

Methods in org.apache.beehive.controls.api.context with parameters of type ControlBean
 ControlHandle ControlContainerContext.getControlHandle(ControlBean bean)
          Returns a ControlHandle to the component containing the control.
 

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

Classes in org.apache.beehive.controls.runtime.bean that implement ControlBean
 class ControlBean
          The ControlBean class is an abstract base class for the JavaBean classes generated to support Workshop controls.
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlBean
 ControlHandle ControlContainerContext.getControlHandle(ControlBean bean)
          Returns a ControlHandle to the component containing the control.