软件包 | 描述 |
---|---|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
Modifier and Type | Class and Description |
---|---|
class |
FlowView
试图将它的孩子们流到一些部分受限空间的视图。
|
class |
ParagraphView
查看一个简单的行包装段落,支持多种字体、颜色、组件、图标等。
|
class |
TableView
实现一个表的视图接口,由一个元素结构组成,其中元素的子元素这个视图是负责表示行的子元素和子元素的行元素是细胞。
|
class |
TableView.TableCell
过时的。
一个表单元格现在可以是任何视图实现。
|
class |
TableView.TableRow
以行为中心的表的视图。
|
class |
WrappedPlainView
查看纯文本(文本只有一个字体和颜色),行包装。
|
class |
ZoneView
zoneview是视图的实现创造区,孩子的意见是不产生或储存到他们需要显示或模型/视图转换。
|
Modifier and Type | Class and Description |
---|---|
class |
BlockView
一个视图的实现显示一块(一盒)与CSS规范。
|
class |
ListView
一个视图的实现显示的HTML列表
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.