|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
當發生顯示/隱藏操作時,啟動 PropertyChange 偵聽器(如果註冊了該偵聽器)
建構子摘要 | |
---|---|
protected |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
|
方法摘要 | |
---|---|
void |
componentHidden(ComponentEvent e)
元件變得不可見時調用。 |
void |
componentMoved(ComponentEvent e)
元件位置更改時調用。 |
void |
componentResized(ComponentEvent e)
元件大小更改時調用。 |
void |
componentShown(ComponentEvent e)
元件變得可見時調用。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
protected Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
方法詳細資訊 |
---|
public void componentHidden(ComponentEvent e)
ComponentListener
複製的描述
ComponentListener
中的 componentHidden
public void componentShown(ComponentEvent e)
ComponentListener
複製的描述
ComponentListener
中的 componentShown
public void componentMoved(ComponentEvent e)
ComponentListener
複製的描述
ComponentListener
中的 componentMoved
public void componentResized(ComponentEvent e)
ComponentListener
複製的描述
ComponentListener
中的 componentResized
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。