Uses of Class
javax.swing.text.FlowView
-
Packages that use FlowView 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
和支持类创建HTML文本编辑器。 -
-
Uses of FlowView in javax.swing.text
Subclasses of FlowView in javax.swing.text Modifier and Type Class 描述 class
ParagraphView
查看支持多种字体,颜色,组件,图标等的简单换行段落。Methods in javax.swing.text with parameters of type FlowView Modifier and Type 方法 描述 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)
在给定流程视图负责的位置发出文档中已删除某些内容的通知。 -
Uses of FlowView in javax.swing.text.html
Subclasses of FlowView in javax.swing.text.html Modifier and Type Class 描述 class
ParagraphView
显示一个段落,并使用css属性进行配置。
-