JavaTM 2 Platform
Standard Ed. 5.0

类 javax.swing.event.AncestorEvent
的使用

使用 AncestorEvent 的软件包
javax.swing.event 供 Swing 组件触发的事件使用。 
 

javax.swing.eventAncestorEvent 的使用
 

参数类型为 AncestorEventjavax.swing.event 中的方法
 void AncestorListener.ancestorAdded(AncestorEvent event)
          当通过调用 setVisible(true) 或将其添加到组件层次结构中而使源组件或其祖先之一变得可见时调用。
 void AncestorListener.ancestorMoved(AncestorEvent event)
          在源组件或其祖先之一被移动时调用。
 void AncestorListener.ancestorRemoved(AncestorEvent event)
          当通过调用 setVisible(false) 或将其从组件层次结构中移除而使源组件或其祖先之一变得不可见时调用。
 


JavaTM 2 Platform
Standard Ed. 5.0

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

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