软件包 | 描述 |
---|---|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
void |
CaretListener.caretUpdate(CaretEvent e)
当插入位置更新。
|
Modifier and Type | Method and Description |
---|---|
void |
JTextComponent.AccessibleJTextComponent.caretUpdate(CaretEvent e)
把手插入更新(火适当的属性改变事件,这是accessiblecontext.accessible_caret_property和accessibleContext. accessible_selection_property)。
|
protected void |
JTextComponent.fireCaretUpdate(CaretEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
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.