Uses of Class
java.beans.beancontext.BeanContextSupport.BCSChild
-
Packages that use BeanContextSupport.BCSChild 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextSupport.BCSChild in java.beans.beancontext
Subclasses of BeanContextSupport.BCSChild in java.beans.beancontext Modifier and Type Class 描述 protected class
BeanContextServicesSupport.BCSSChild
Fields in java.beans.beancontext with type parameters of type BeanContextSupport.BCSChild Modifier and Type Field 描述 protected HashMap<Object,BeanContextSupport.BCSChild>
BeanContextSupport. children
对protected HashMap children
字段的所有访问应在该对象上同步。Methods in java.beans.beancontext that return BeanContextSupport.BCSChild Modifier and Type 方法 描述 protected BeanContextSupport.BCSChild
BeanContextServicesSupport. createBCSChild(Object targetChild, Object peer)
子类可以覆盖这个方法来插入他们自己的Child子类,而不必重写add()或者添加子集的其他Collection方法。protected BeanContextSupport.BCSChild
BeanContextSupport. createBCSChild(Object targetChild, Object peer)
子类可以覆盖这个方法来插入他们自己的Child子类,而不必重写add()或者添加子集的其他Collection方法。Methods in java.beans.beancontext that return types with arguments of type BeanContextSupport.BCSChild Modifier and Type 方法 描述 protected Iterator<BeanContextSupport.BCSChild>
BeanContextSupport. bcsChildren()
返回此BeanContext
的所有子代的迭代器。Methods in java.beans.beancontext with parameters of type BeanContextSupport.BCSChild Modifier and Type 方法 描述 protected void
BeanContextSupport. childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
由readObject与新反序列化的小孩和BCSChild调用。protected void
BeanContextSupport. childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
子类可以覆盖此方法,以便在添加子项之后和事件通知发生之前简单地扩展add()语义。protected void
BeanContextServicesSupport. childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
在孩子被成功删除之后从超类儿童删除操作中调用。 调用与子同步。protected void
BeanContextSupport. childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
子类可以覆盖此方法,以便在子进程已被删除之后和事件通知发生之前简单地扩展remove()语义。
-