JavaTM 2 Platform
Standard Ed. 6

类 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. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only