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