JavaTM 2 Platform
Standard Ed. 6

java.awt
類別 Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

java.lang.Object
  繼承者 java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
所有已實作的介面:
FocusListener, EventListener
正在封閉類別:
Component.AccessibleAWTComponent

protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
extends Object
implements FocusListener

當發生焦點事件時,啟動 PropertyChange 偵聽器(如果註冊了該偵聽器)

從以下版本開始:
1.3

建構子摘要
protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
           
 
方法摘要
 void focusGained(FocusEvent event)
          元件獲得鍵盤焦點時調用。
 void focusLost(FocusEvent event)
          元件失去鍵盤焦點時調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
方法詳細資訊

focusGained

public void focusGained(FocusEvent event)
從介面 FocusListener 複製的描述
元件獲得鍵盤焦點時調用。

指定者:
介面 FocusListener 中的 focusGained

focusLost

public void focusLost(FocusEvent event)
從介面 FocusListener 複製的描述
元件失去鍵盤焦點時調用。

指定者:
介面 FocusListener 中的 focusLost

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only