目录搜索
文字
分享


JavaTM 2 Platform
Standard Ed. 6

java.awt
类 Container.AccessibleAWTContainer.AccessibleContainerHandler

1

2

java.lang.Object

  <img src="../../resources/inherit.gif" alt="继承者 "><b>java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler</b>

所有已实现的接口:
ContainerListener, EventListener
正在封闭类:
Container.AccessibleAWTContainer

1

protected class <b>Container.AccessibleAWTContainer.AccessibleContainerHandler</b>

extends Object
implements ContainerListener

添加或移除子容器时激发 PropertyChange 侦听器(如果已注册了此侦听器)。

从以下版本开始:
1.3

构造方法摘要
protected Container.AccessibleAWTContainer.AccessibleContainerHandler()
           
 
方法摘要
 void componentAdded(ContainerEvent e)
          已将组件添加到容器中时调用。
 void componentRemoved(ContainerEvent e)
          已从容器中移除组件时调用。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Container.AccessibleAWTContainer.AccessibleContainerHandler

1

protected <b>Container.AccessibleAWTContainer.AccessibleContainerHandler</b>()

方法详细信息

componentAdded

1

public void <b>componentAdded</b>(ContainerEvent e)

从接口 ContainerListener 复制的描述
已将组件添加到容器中时调用。

指定者:
接口 ContainerListener 中的 componentAdded

componentRemoved

1

public void <b>componentRemoved</b>(ContainerEvent e)

从接口 ContainerListener 复制的描述
已从容器中移除组件时调用。

指定者:
接口 ContainerListener 中的 componentRemoved

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。