JavaTM 2 Platform
Standard Ed. 6

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

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

public class BasicListUI.FocusHandler
extends Object
implements FocusListener

此內部類別因編譯器故障而被標記為“公開”。此類別應該視為“受保護”內部類別。僅在 BasicTableUI 的子類別中實例化此類別。


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

建構子詳細資訊

BasicListUI.FocusHandler

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

repaintCellFocus

protected void repaintCellFocus()

focusGained

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

指定者:
介面 FocusListener 中的 focusGained

focusLost

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

指定者:
介面 FocusListener 中的 focusLost

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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