JavaTM 2 Platform
Standard Ed. 6

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 - 插入符事件

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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