Uses of Class
javax.swing.text.TextAction
-
Packages that use TextAction 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit和用于创建HTML文本编辑器的支持类。 -
-
Uses of TextAction in javax.swing.text
Subclasses of TextAction in javax.swing.text 变量和类型 类 描述 static classDefaultEditorKit.BeepAction发出一声哔哔声。static classDefaultEditorKit.CopyAction复制所选区域并将其内容放入系统剪贴板。static classDefaultEditorKit.CutAction剪切所选区域并将其内容放入系统剪贴板。static classDefaultEditorKit.DefaultKeyTypedAction如果收到 键键入事件且没有键映射条目,则默认执行的操作。static classDefaultEditorKit.InsertBreakAction将行/段落分隔符放入文档中。static classDefaultEditorKit.InsertContentAction将内容放入关联的文档中。static classDefaultEditorKit.InsertTabAction将制表符放入文档中。static classDefaultEditorKit.PasteAction将系统剪贴板的内容粘贴到选定的区域,如果没有选择任何内容,则将其粘贴到插入符号之前。static classStyledEditorKit.AlignmentAction设置段落对齐的操作。static classStyledEditorKit.BoldAction切换粗体属性的操作。static classStyledEditorKit.FontFamilyAction在关联的JEditorPane中设置字体系列的操作。static classStyledEditorKit.FontSizeAction在关联的JEditorPane中设置字体大小的操作。static classStyledEditorKit.ForegroundAction设置前景色的动作。static classStyledEditorKit.ItalicAction切换斜体属性的操作。static classStyledEditorKit.StyledTextAction假定它在安装了StyledEditorKit(或子类)的JEditorPane上被触发的动作。static classStyledEditorKit.UnderlineAction用于切换下划线属性的操作。 -
Uses of TextAction in javax.swing.text.html
Subclasses of TextAction in javax.swing.text.html 变量和类型 类 描述 static classHTMLEditorKit.HTMLTextAction一个抽象的Action提供了一些方便的方法,可以在将HTML插入现有文档时使用。static classHTMLEditorKit.InsertHTMLTextActionInsertHTMLTextAction可用于将任意HTML字符串插入现有HTML文档中。
-