public class BasicListUI.FocusHandler extends Object implements FocusListener
BasicListUI
类中BasicListUI
。
Constructor and Description |
---|
FocusHandler() |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e)
当组件获得键盘焦点时调用。
|
void |
focusLost(FocusEvent e)
当组件丢失键盘焦点时调用。
|
protected void |
repaintCellFocus() |
protected void repaintCellFocus()
public void focusGained(FocusEvent e)
FocusListener
focusGained
在接口
FocusListener
public void focusLost(FocusEvent e)
FocusListener
focusLost
在界面
FocusListener
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.