|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 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) 或將其從元件層次結構中移除而使源元件或其祖先之一變得不可見時調用。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。