|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.swing.event
接口 CaretListener
- 所有超级接口:
- EventListener
- 所有已知实现类:
- JEditorPane.AccessibleJEditorPane, JEditorPane.AccessibleJEditorPaneHTML, JEditorPane.JEditorPaneAccessibleHypertextSupport, JPasswordField.AccessibleJPasswordField, JTextArea.AccessibleJTextArea, JTextComponent.AccessibleJTextComponent, JTextField.AccessibleJTextField
-
public interface CaretListener
- extends EventListener
用于侦听文本组件插入符的位置更改的侦听器。
方法摘要 | |
---|---|
void |
caretUpdate(CaretEvent e) 当插入符的位置被更新时调用。 |
方法详细信息 |
---|
caretUpdate
void caretUpdate(CaretEvent e)
- 当插入符的位置被更新时调用。
-
-
- 参数:
-
e
- 插入符事件
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |