|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
| 使用 StyledEditorKit 的軟體套件 | |
|---|---|
| javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
| javax.swing.text | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
| javax.swing.text.html | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
| javax.swing.text.rtf | 提供一個類別 (RTFEditorKit),用於創建富文本格式(Rich-Text-Format)的文本編輯器。 |
| javax.swing 中 StyledEditorKit 的使用 |
|---|
| 返回 StyledEditorKit 的 javax.swing 中的方法 | |
|---|---|
protected StyledEditorKit |
JTextPane.getStyledEditorKit()
獲取編輯器工具套件。 |
| javax.swing.text 中 StyledEditorKit 的使用 |
|---|
| 返回 StyledEditorKit 的 javax.swing.text 中的方法 | |
|---|---|
protected StyledEditorKit |
StyledEditorKit.StyledTextAction.getStyledEditorKit(JEditorPane e)
獲取與編輯器窗格相關的編輯器工具套件。 |
| javax.swing.text.html 中 StyledEditorKit 的使用 |
|---|
| javax.swing.text.html 中 StyledEditorKit 的子類別 | |
|---|---|
class |
HTMLEditorKit
Swing JEditorPane 文本元件通過稱為 EditorKit 的外掛程式機制來支持不同種類別的內容。 |
| javax.swing.text.rtf 中 StyledEditorKit 的使用 |
|---|
| javax.swing.text.rtf 中 StyledEditorKit 的子類別 | |
|---|---|
class |
RTFEditorKit
這是對 RTF 編輯功能的預設實作。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。