JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicSplitPaneUI.FocusHandler

java.lang.Object
  繼承者 java.awt.event.FocusAdapter
      繼承者 javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler
所有已實作的介面:
FocusListener, EventListener
正在封閉類別:
BasicSplitPaneUI

public class BasicSplitPaneUI.FocusHandler
extends FocusAdapter

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
 

建構子詳細資訊

BasicSplitPaneUI.FocusHandler

public BasicSplitPaneUI.FocusHandler()
方法詳細資訊

focusGained

public void focusGained(FocusEvent ev)
從類別 FocusAdapter 複製的描述
元件獲得鍵盤焦點時調用。

指定者:
介面 FocusListener 中的 focusGained
覆寫:
類別 FocusAdapter 中的 focusGained

focusLost

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