|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.awt.event.FocusAdapter javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler
public class BasicSplitPaneUI.FocusHandler
JSplitPane UI 使用的 FocusListener 的實作。
此類別應該視為“受保護”內部類別。僅在 BasicSplitPaneUI 的子類別中實例化此類別。
建構子摘要 | |
---|---|
BasicSplitPaneUI.FocusHandler()
|
方法摘要 | |
---|---|
void |
focusGained(FocusEvent ev)
元件獲得鍵盤焦點時調用。 |
void |
focusLost(FocusEvent ev)
元件失去鍵盤焦點時調用。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public BasicSplitPaneUI.FocusHandler()
方法詳細資訊 |
---|
public void focusGained(FocusEvent ev)
FocusAdapter
複製的描述
FocusListener
中的 focusGained
FocusAdapter
中的 focusGained
public void focusLost(FocusEvent ev)
FocusAdapter
複製的描述
FocusListener
中的 focusLost
FocusAdapter
中的 focusLost
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。