Uses of Class
javax.swing.text.StyledEditorKit.StyledTextAction
-
Packages that use StyledEditorKit.StyledTextAction 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
以及用于创建HTML文本编辑器的支持类。 -
-
Uses of StyledEditorKit.StyledTextAction in javax.swing.text
Subclasses of StyledEditorKit.StyledTextAction in javax.swing.text 变量和类型 类 描述 static class
StyledEditorKit.AlignmentAction
设置段落对齐的操作。static class
StyledEditorKit.BoldAction
切换粗体属性的操作。static class
StyledEditorKit.FontFamilyAction
在关联的JEditorPane中设置字体系列的操作。static class
StyledEditorKit.FontSizeAction
在关联的JEditorPane中设置字体大小的操作。static class
StyledEditorKit.ForegroundAction
设置前景色的动作。static class
StyledEditorKit.ItalicAction
切换斜体属性的操作。static class
StyledEditorKit.UnderlineAction
用于切换下划线属性的操作。 -
Uses of StyledEditorKit.StyledTextAction in javax.swing.text.html
Subclasses of StyledEditorKit.StyledTextAction in javax.swing.text.html 变量和类型 类 描述 static class
HTMLEditorKit.HTMLTextAction
一个抽象的Action提供了一些方便的方法,可以在将HTML插入现有文档时使用。static class
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextAction可用于将任意HTML字符串插入现有HTML文档中。
-