软件包 | 描述 |
---|---|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Class and Description |
---|---|
class |
ParagraphView
查看一个简单的行包装段落,支持多种字体、颜色、组件、图标等。
|
Modifier and Type | Method and Description |
---|---|
protected void |
FlowView.FlowStrategy.adjustRow(FlowView fv, int rowIndex, int desiredSpan, int x)
调整给定的行,如果可能的话,以适应在布局跨度内。
|
void |
FlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
从该视图负责的位置上更改属性的文档的通知。
|
protected View |
FlowView.FlowStrategy.createView(FlowView fv, int startOffset, int spanLeft, int rowIndex)
创建一个可以用来表示当前流程的视图。
|
protected View |
FlowView.FlowStrategy.getLogicalView(FlowView fv)
该方法给出了流动的FlowView逻辑视图策略访问。
|
void |
FlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
给出通知,在给定的流程视图负责的位置中插入到文档中的某个位置。
|
void |
FlowView.FlowStrategy.layout(FlowView fv)
更新了FlowView流量。
|
protected int |
FlowView.FlowStrategy.layoutRow(FlowView fv, int rowIndex, int pos)
创建一个将在该行的布局范围内的行。
|
void |
FlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
给出通知,在给定的流程视图负责的位置上从文档中删除了某个东西。
|
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.