JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.text.EditorKit
的使用

使用 EditorKit 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.plaf 提供一個介面和許多抽象類別,Swing 用它們來提供自己的可插入外觀功能。 
javax.swing.plaf.basic 提供了根據基本外觀建構的使用者介面物件。 
javax.swing.plaf.multi 提供了組合兩個或多個外觀的使用者介面物件。 
javax.swing.text 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.html 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.rtf 提供一個類別 (RTFEditorKit),用於創建富文本格式(Rich-Text-Format)的文本編輯器。 
 

javax.swingEditorKit 的使用
 

返回 EditorKitjavax.swing 中的方法
protected  EditorKit JEditorPane.createDefaultEditorKit()
          首次創建元件時,創建預設的編輯器工具套件 (PlainEditorKit)。
protected  EditorKit JTextPane.createDefaultEditorKit()
          創建預設使用的 EditorKit
static EditorKit JEditorPane.createEditorKitForContentType(String type)
          根據預設的編輯器工具套件註冊表為給定的型別創建處理程序。
 EditorKit JEditorPane.getEditorKit()
          獲取用於處理內容的、當前已安裝的工具套件。
 EditorKit JEditorPane.getEditorKitForContentType(String type)
          獲取用於給定內容型別的編輯器工具套件。
 

參數型別為 EditorKitjavax.swing 中的方法
 void JEditorPane.setEditorKit(EditorKit kit)
          設置當前為處理內容而安裝的工具套件。
 void JTextPane.setEditorKit(EditorKit kit)
          設置當前安裝的用於內容處理的工具套件。
 void JEditorPane.setEditorKitForContentType(String type, EditorKit k)
          直接設置用於給定型別的編輯器工具套件。
 

javax.swing.plafEditorKit 的使用
 

返回 EditorKitjavax.swing.plaf 中的方法
abstract  EditorKit TextUI.getEditorKit(JTextComponent t)
          獲取為要編輯的文檔型別設置策略的服務綁定。
 

javax.swing.plaf.basicEditorKit 的使用
 

返回 EditorKitjavax.swing.plaf.basic 中的方法
 EditorKit BasicEditorPaneUI.getEditorKit(JTextComponent tc)
          獲取 UI 的 EditorKit。
 EditorKit BasicTextUI.getEditorKit(JTextComponent tc)
          獲取 UI 的 EditorKit。
 

javax.swing.plaf.multiEditorKit 的使用
 

返回 EditorKitjavax.swing.plaf.multi 中的方法
 EditorKit MultiTextUI.getEditorKit(JTextComponent a)
          在由此物件處理的每個 UI 上調用 getEditorKit 方法。
 

javax.swing.textEditorKit 的使用
 

javax.swing.textEditorKit 的子類別
 class DefaultEditorKit
          這是文本元件使編輯器對某些型別 的文本文檔合理發揮其作用所需的實作集合。
 class StyledEditorKit
          這是文本元件針對某些型別 的文本文檔要成為合理發揮編輯器功能所需的實作集合。
 

javax.swing.text.htmlEditorKit 的使用
 

javax.swing.text.htmlEditorKit 的子類別
 class HTMLEditorKit
          Swing JEditorPane 文本元件通過稱為 EditorKit 的外掛程式機制來支持不同種類別的內容。
 

javax.swing.text.rtfEditorKit 的使用
 

javax.swing.text.rtfEditorKit 的子類別
 class RTFEditorKit
          這是對 RTF 編輯功能的預設實作。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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