JavaTM 2 Platform
Standard Ed. 6

介面 javax.swing.event.CaretListener
的使用

使用 CaretListener 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.text 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
 

javax.swingCaretListener 的使用
 

實作 CaretListenerjavax.swing 中的類別
protected  class JEditorPane.AccessibleJEditorPane
          此類別實作對 JEditorPane 類別的可存取性支持。
protected  class JEditorPane.AccessibleJEditorPaneHTML
          此類別提供了對 AccessibleHypertext 的支持,並且用於這類別實例中:在此 JEditorPane 中安裝的 EditorKit 是一個 HTMLEditorKit 實例。
protected  class JEditorPane.JEditorPaneAccessibleHypertextSupport
          AccessibleJEditorPaneHTML.getAccessibleText 返回的內容。
protected  class JPasswordField.AccessibleJPasswordField
          此類別實作對 JPasswordField 類別的可存取性支持。
protected  class JTextArea.AccessibleJTextArea
          此類別實作對 JTextArea 類別的可存取性支持。
protected  class JTextField.AccessibleJTextField
          此類別實作對 JTextField 類別的可存取性支持。
 

javax.swing.textCaretListener 的使用
 

實作 CaretListenerjavax.swing.text 中的類別
 class JTextComponent.AccessibleJTextComponent
          此類別實作 JTextComponent 類別的可存取性支持。
 

返回 CaretListenerjavax.swing.text 中的方法
 CaretListener[] JTextComponent.getCaretListeners()
          返回在此文本元件上已註冊的所有插入符偵聽器的陣列。
 

參數型別為 CaretListenerjavax.swing.text 中的方法
 void JTextComponent.addCaretListener(CaretListener listener)
          添加插入符偵聽器,以便偵聽任何插入符的更改通知。
 void JTextComponent.removeCaretListener(CaretListener listener)
          移除插入符偵聽器。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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