Example usage for Java java.beans.beancontext BeanContextSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
BeanContextSupport() Create an instance that is not a delegate of another object |
boolean | add(Object targetChild) Adds/nests a child within this BeanContext . |
void | addBeanContextMembershipListener(BeanContextMembershipListener bcml) Adds a BeanContextMembershipListener |
Object | instantiateChild(String beanName) The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a BeanContext . |
boolean | remove(Object targetChild) Removes a child from this BeanContext. |
int | size() Gets the number of children currently nested in this BeanContext. |
Object[] | toArray() Gets all JavaBean or BeanContext instances currently nested in this BeanContext. |