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 Modifier and Type Class 描述 static classStyledEditorKit.AlignmentAction设置段落对齐的动作。static classStyledEditorKit.BoldAction用于切换粗体属性的操作。static classStyledEditorKit.FontFamilyAction在关联的JEditorPane中设置字体系列的操作。static classStyledEditorKit.FontSizeAction在关联的JEditorPane中设置字体大小的操作。static classStyledEditorKit.ForegroundAction设置前景色的动作。static classStyledEditorKit.ItalicAction切换斜体属性的动作。static classStyledEditorKit.UnderlineAction切换下划线属性的动作。 -
Uses of StyledEditorKit.StyledTextAction in javax.swing.text.html
Subclasses of StyledEditorKit.StyledTextAction in javax.swing.text.html Modifier and Type Class 描述 static classHTMLEditorKit.HTMLTextAction一个抽象的Action提供了一些方便的方法,可能有助于将HTML插入到现有文档中。static classHTMLEditorKit.InsertHTMLTextActionInsertHTMLTextAction可用于将HTML的任意字符串插入到现有的HTML文档中。
-