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