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 变量和类型 类 描述 protected class
BeanContextServicesSupport.BCSSChild
Fields in java.beans.beancontext with type parameters of type BeanContextSupport.BCSChild 变量和类型 字段 描述 protected HashMap<Object,BeanContextSupport.BCSChild>
BeanContextSupport. children
所有对protected HashMap children
字段的访问都应在该对象上同步。Methods in java.beans.beancontext that return BeanContextSupport.BCSChild 变量和类型 方法 描述 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 变量和类型 方法 描述 protected Iterator<BeanContextSupport.BCSChild>
BeanContextSupport. bcsChildren()
返回此BeanContext
的所有子BeanContext
的迭代器。Methods in java.beans.beancontext with parameters of type BeanContextSupport.BCSChild 变量和类型 方法 描述 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()语义。
-