| 
 | JavaTM 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 | HTMLEditorKitSwing JEditorPane 文本组件通过称为 EditorKit 的插件机制来支持不同种类的内容。 | 
| javax.swing.text.rtf 中 StyledEditorKit 的使用 | 
|---|
| javax.swing.text.rtf 中 StyledEditorKit 的子类 | |
|---|---|
|  class | RTFEditorKit这是对 RTF 编辑功能的默认实现。 | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。