Uses of Class
javax.swing.text.StyledEditorKit
-
Packages that use StyledEditorKit 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit以及用于创建HTML文本编辑器的支持类。javax.swing.text.rtf 提供用于创建富文本格式文本编辑器的类(RTFEditorKit)。 -
-
Uses of StyledEditorKit in javax.swing
Methods in javax.swing that return StyledEditorKit 变量和类型 方法 描述 protected StyledEditorKitJTextPane. getStyledEditorKit()获取编辑器工具包。 -
Uses of StyledEditorKit in javax.swing.text
Methods in javax.swing.text that return StyledEditorKit 变量和类型 方法 描述 protected StyledEditorKitStyledEditorKit.StyledTextAction. getStyledEditorKit(JEditorPane e)获取与编辑器窗格关联的编辑器工具包。 -
Uses of StyledEditorKit in javax.swing.text.html
Subclasses of StyledEditorKit in javax.swing.text.html 变量和类型 类 描述 classHTMLEditorKitSwing JEditorPane文本组件通过名为EditorKit的插件机制支持不同类型的内容。 -
Uses of StyledEditorKit in javax.swing.text.rtf
Subclasses of StyledEditorKit in javax.swing.text.rtf 变量和类型 类 描述 classRTFEditorKit这是RTF编辑功能的默认实现。
-