跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
Uses of Class
javax.swing.text.AbstractDocument.BranchElement
Packages that use
AbstractDocument.BranchElement
软件包
描述
javax.swing.text
提供处理可编辑和不可编辑文本组件的类和接口。
javax.swing.text.html
提供类
HTMLEditorKit
以及用于创建HTML文本编辑器的支持类。
Uses of
AbstractDocument.BranchElement
in
javax.swing.text
Subclasses of
AbstractDocument.BranchElement
in
javax.swing.text
变量和类型
类
描述
protected class
DefaultStyledDocument.SectionElement
文档的默认根元素...映射包含的段落/行。
Uses of
AbstractDocument.BranchElement
in
javax.swing.text.html
Subclasses of
AbstractDocument.BranchElement
in
javax.swing.text.html
变量和类型
类
描述
class
HTMLDocument.BlockElement
表示HTML结构
块
的元素。