Uses of Interface
javax.swing.text.MutableAttributeSet
-
Packages that use MutableAttributeSet 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit以及用于创建HTML文本编辑器的支持类。 -
-
Uses of MutableAttributeSet in javax.swing
Methods in javax.swing that return MutableAttributeSet 变量和类型 方法 描述 MutableAttributeSetJTextPane. getInputAttributes()获取窗格的输入属性。 -
Uses of MutableAttributeSet in javax.swing.text
Subinterfaces of MutableAttributeSet in javax.swing.text 变量和类型 接口 描述 interfaceStyle要与文档中的元素关联的属性集合。Classes in javax.swing.text that implement MutableAttributeSet 变量和类型 类 描述 classAbstractDocument.AbstractElement实现元素的抽象部分。classAbstractDocument.BranchElement实现包含其他元素的复合元素。classAbstractDocument.LeafElement实现直接表示某种内容的元素。protected classDefaultStyledDocument.SectionElement文档的默认根元素...映射包含的段落/行。classSimpleAttributeSet使用哈希表直接实现MutableAttributeSet。classStyleContext.NamedStyle一组属性,通常用于表示字符和段落样式。Methods in javax.swing.text that return MutableAttributeSet 变量和类型 方法 描述 protected MutableAttributeSetStyleContext. createLargeAttributeSet(AttributeSet a)创建一大堆属性,这些属性应该在空间上进行权衡。MutableAttributeSetStyledEditorKit. getInputAttributes()获取窗格的输入属性。Methods in javax.swing.text with parameters of type MutableAttributeSet 变量和类型 方法 描述 protected voidStyledEditorKit. createInputAttributes(Element element, MutableAttributeSet set)将element的AttributeSet中的键/值复制到set。voidStyleContext. readAttributes(ObjectInputStream in, MutableAttributeSet a)特定于上下文的属性读取处理static voidStyleContext. readAttributeSet(ObjectInputStream in, MutableAttributeSet a)从给定的对象输入流中读取一组先前使用writeAttributeSet写出的writeAttributeSet。static voidStyleConstants. setAlignment(MutableAttributeSet a, int align)设置对齐。static voidStyleConstants. setBackground(MutableAttributeSet a, Color fg)设置背景颜色。static voidStyleConstants. setBidiLevel(MutableAttributeSet a, int o)设置BidiLevel。static voidStyleConstants. setBold(MutableAttributeSet a, boolean b)设置粗体属性。static voidStyleConstants. setComponent(MutableAttributeSet a, Component c)设置组件属性。static voidStyleConstants. setFirstLineIndent(MutableAttributeSet a, float i)设置第一行缩进。static voidStyleConstants. setFontFamily(MutableAttributeSet a, String fam)设置字体属性。static voidStyleConstants. setFontSize(MutableAttributeSet a, int s)设置字体大小属性。static voidStyleConstants. setForeground(MutableAttributeSet a, Color fg)设置前景色。static voidStyleConstants. setIcon(MutableAttributeSet a, Icon c)设置图标属性。static voidStyleConstants. setItalic(MutableAttributeSet a, boolean b)设置斜体属性。static voidStyleConstants. setLeftIndent(MutableAttributeSet a, float i)设置左缩进。static voidStyleConstants. setLineSpacing(MutableAttributeSet a, float i)设置行间距。static voidStyleConstants. setRightIndent(MutableAttributeSet a, float i)设置右缩进。static voidStyleConstants. setSpaceAbove(MutableAttributeSet a, float i)设置上面的空间。static voidStyleConstants. setSpaceBelow(MutableAttributeSet a, float i)设置下面的空间。static voidStyleConstants. setStrikeThrough(MutableAttributeSet a, boolean b)设置删除线属性。static voidStyleConstants. setSubscript(MutableAttributeSet a, boolean b)设置下标属性。static voidStyleConstants. setSuperscript(MutableAttributeSet a, boolean b)设置上标属性。static voidStyleConstants. setTabSet(MutableAttributeSet a, TabSet tabs)设置TabSet。static voidStyleConstants. setUnderline(MutableAttributeSet a, boolean b)设置下划线属性。 -
Uses of MutableAttributeSet in javax.swing.text.html
Classes in javax.swing.text.html that implement MutableAttributeSet 变量和类型 类 描述 classHTMLDocument.BlockElement表示HTML结构 块的元素。classHTMLDocument.RunElement表示一组文本的元素,该文本具有分配给它的一组HTML字符级属性。Fields in javax.swing.text.html declared as MutableAttributeSet 变量和类型 字段 描述 protected MutableAttributeSetHTMLDocument.HTMLReader. charAttr当前字符属性集。Methods in javax.swing.text.html that return MutableAttributeSet 变量和类型 方法 描述 protected MutableAttributeSetStyleSheet. createLargeAttributeSet(AttributeSet a)创建一大堆属性,这些属性应该在空间上进行权衡。MutableAttributeSetHTMLEditorKit. getInputAttributes()获取用于样式化编辑操作的输入属性。Methods in javax.swing.text.html with parameters of type MutableAttributeSet 变量和类型 方法 描述 voidStyleSheet. addCSSAttribute(MutableAttributeSet attr, CSS.Attribute key, String value)将CSS属性添加到给定集合。booleanStyleSheet. addCSSAttributeFromHTML(MutableAttributeSet attr, CSS.Attribute key, String value)将CSS属性添加到给定集合。protected voidHTMLDocument.HTMLReader. addSpecialElement(HTML.Tag t, MutableAttributeSet a)添加基本上完全在属性集中指定的内容。protected voidHTMLDocument.HTMLReader. blockOpen(HTML.Tag t, MutableAttributeSet attr)向解析缓冲区添加一条指令,以创建具有给定属性的块元素。protected voidHTMLEditorKit. createInputAttributes(Element element, MutableAttributeSet set)将element的AttributeSet中的键/值复制到set。voidHTMLDocument.HTMLReader. handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)来自解析器的回调。voidHTMLEditorKit.ParserCallback. handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)来自解析器的回调。voidHTMLDocument.HTMLReader. handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)来自解析器的回调。voidHTMLEditorKit.ParserCallback. handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)来自解析器的回调。voidHTMLDocument.HTMLReader.TagAction. start(HTML.Tag t, MutableAttributeSet a)当查看此操作已注册到的标记类型的开始标记时调用。
-