|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 FocusEvent 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.awt.event | 提供处理由 AWT 组件所激发的各类事件的接口和类。 |
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing.plaf.basic | 提供了根据基本外观构建的用户界面对象。 |
javax.swing.text | 提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 |
java.awt 中 FocusEvent 的使用 |
---|
参数类型为 FocusEvent 的 java.awt 中的方法 | |
---|---|
void |
AWTEventMulticaster.focusGained(FocusEvent e)
通过在侦听器 a 和侦听器 b 上调用 focusGained 方法处理 focusGained 事件。 |
void |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler.focusGained(FocusEvent event)
|
void |
AWTEventMulticaster.focusLost(FocusEvent e)
通过在侦听器 a 和侦听器 b 上调用 focusLost 方法处理 focusLost 事件。 |
void |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler.focusLost(FocusEvent event)
|
protected void |
Component.processFocusEvent(FocusEvent e)
处理组件上发生的焦点事件,方法是将其指派到任意已注册的 FocusListener 对象。 |
java.awt.event 中 FocusEvent 的使用 |
---|
参数类型为 FocusEvent 的 java.awt.event 中的方法 | |
---|---|
void |
FocusAdapter.focusGained(FocusEvent e)
组件获得键盘焦点时调用。 |
void |
FocusListener.focusGained(FocusEvent e)
组件获得键盘焦点时调用。 |
void |
FocusAdapter.focusLost(FocusEvent e)
组件失去键盘焦点时调用。 |
void |
FocusListener.focusLost(FocusEvent e)
组件失去键盘焦点时调用。 |
javax.swing 中 FocusEvent 的使用 |
---|
参数类型为 FocusEvent 的 javax.swing 中的方法 | |
---|---|
void |
JComponent.AccessibleJComponent.AccessibleFocusHandler.focusGained(FocusEvent event)
|
void |
JComponent.AccessibleJComponent.AccessibleFocusHandler.focusLost(FocusEvent event)
|
protected void |
JFormattedTextField.processFocusEvent(FocusEvent e)
处理所有的焦点事件,如 FocusEvent.FOCUS_GAINED 或 FocusEvent.FOCUS_LOST 。 |
protected void |
JPopupMenu.processFocusEvent(FocusEvent evt)
|
javax.swing.plaf.basic 中 FocusEvent 的使用 |
---|
参数类型为 FocusEvent 的 javax.swing.plaf.basic 中的方法 | |
---|---|
void |
BasicSliderUI.FocusHandler.focusGained(FocusEvent e)
|
void |
BasicSplitPaneUI.FocusHandler.focusGained(FocusEvent ev)
|
void |
BasicTreeUI.FocusHandler.focusGained(FocusEvent e)
在当前树上激活焦点、重绘前导行时调用。 |
void |
BasicTableUI.FocusHandler.focusGained(FocusEvent e)
|
void |
BasicTabbedPaneUI.FocusHandler.focusGained(FocusEvent e)
|
void |
BasicComboBoxEditor.focusGained(FocusEvent e)
|
void |
BasicListUI.FocusHandler.focusGained(FocusEvent e)
|
void |
BasicComboBoxUI.FocusHandler.focusGained(FocusEvent e)
|
void |
BasicToolBarUI.ToolBarFocusListener.focusGained(FocusEvent e)
|
void |
BasicButtonListener.focusGained(FocusEvent e)
|
void |
BasicSliderUI.FocusHandler.focusLost(FocusEvent e)
|
void |
BasicSplitPaneUI.FocusHandler.focusLost(FocusEvent ev)
|
void |
BasicTreeUI.FocusHandler.focusLost(FocusEvent e)
在当前树上激活焦点、重绘前导行时调用。 |
void |
BasicTableUI.FocusHandler.focusLost(FocusEvent e)
|
void |
BasicTabbedPaneUI.FocusHandler.focusLost(FocusEvent e)
|
void |
BasicComboBoxEditor.focusLost(FocusEvent e)
|
void |
BasicListUI.FocusHandler.focusLost(FocusEvent e)
|
void |
BasicComboBoxUI.FocusHandler.focusLost(FocusEvent e)
|
void |
BasicToolBarUI.ToolBarFocusListener.focusLost(FocusEvent e)
|
void |
BasicButtonListener.focusLost(FocusEvent e)
|
javax.swing.text 中 FocusEvent 的使用 |
---|
参数类型为 FocusEvent 的 javax.swing.text 中的方法 | |
---|---|
void |
DefaultCaret.focusGained(FocusEvent e)
在包含插入符的组件获得焦点时调用。 |
void |
DefaultCaret.focusLost(FocusEvent e)
在包含插入符的组件失去焦点时调用。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。