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 Modifier and Type 方法 描述 MutableAttributeSet
JTextPane. getInputAttributes()
获取窗格的输入属性。 -
Uses of MutableAttributeSet in javax.swing.text
Subinterfaces of MutableAttributeSet in javax.swing.text Modifier and Type 接口 描述 interface
Style
与文档中元素关联的属性集合。Classes in javax.swing.text that implement MutableAttributeSet Modifier and Type Class 描述 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 Modifier and Type 方法 描述 protected MutableAttributeSet
StyleContext. createLargeAttributeSet(AttributeSet a)
创建一个大的属性集,应该与时间交换空间。MutableAttributeSet
StyledEditorKit. getInputAttributes()
获取窗格的输入属性。Methods in javax.swing.text with parameters of type MutableAttributeSet Modifier and Type 方法 描述 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
写出的给定对象输入流读取一组属性。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 Modifier and Type Class 描述 class
HTMLDocument.BlockElement
表示HTML的结构 块的元素。class
HTMLDocument.RunElement
表示一组文本的元素,该文本块分配有一组HTML字符级属性。Fields in javax.swing.text.html declared as MutableAttributeSet Modifier and Type Field 描述 protected MutableAttributeSet
HTMLDocument.HTMLReader. charAttr
当前字符属性集。Methods in javax.swing.text.html that return MutableAttributeSet Modifier and Type 方法 描述 protected MutableAttributeSet
StyleSheet. createLargeAttributeSet(AttributeSet a)
创建一个大的属性集,应该与时间交换空间。MutableAttributeSet
HTMLEditorKit. getInputAttributes()
获取用于样式编辑操作的输入属性。Methods in javax.swing.text.html with parameters of type MutableAttributeSet Modifier and Type 方法 描述 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.BlockAction. start(HTML.Tag t, MutableAttributeSet attr)
void
HTMLDocument.HTMLReader.CharacterAction. start(HTML.Tag t, MutableAttributeSet attr)
void
HTMLDocument.HTMLReader.FormAction. start(HTML.Tag t, MutableAttributeSet attr)
void
HTMLDocument.HTMLReader.HiddenAction. start(HTML.Tag t, MutableAttributeSet a)
void
HTMLDocument.HTMLReader.IsindexAction. start(HTML.Tag t, MutableAttributeSet a)
void
HTMLDocument.HTMLReader.ParagraphAction. start(HTML.Tag t, MutableAttributeSet a)
void
HTMLDocument.HTMLReader.PreAction. start(HTML.Tag t, MutableAttributeSet attr)
void
HTMLDocument.HTMLReader.SpecialAction. start(HTML.Tag t, MutableAttributeSet a)
void
HTMLDocument.HTMLReader.TagAction. start(HTML.Tag t, MutableAttributeSet a)
当此动作被注册的标签类型看到开始标签时调用。
-