Uses of Class
javax.swing.text.FlowView
Packages that use FlowView
包
描述
Provides classes and interfaces that deal with editable and noneditable text
components.
Provides the class
HTMLEditorKit and supporting classes for creating
HTML text editors.-
Uses of FlowView in javax.swing.text
Subclasses of FlowView in javax.swing.text修饰符和类Class描述classView of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.Methods in javax.swing.text with parameters of type FlowView修饰符和类方法描述protected voidAdjusts the given row if possible to fit within the layout span.voidFlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) Gives notification from the document that attributes were changed in a location that this view is responsible for.protected ViewFlowView.FlowStrategy.createView(FlowView fv, int startOffset, int spanLeft, int rowIndex) Creates a view that can be used to represent the current piece of the flow.protected ViewFlowView.FlowStrategy.getLogicalView(FlowView fv) This method gives flow strategies access to the logical view of the FlowView.voidFlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) Gives notification that something was inserted into the document in a location that the given flow view is responsible for.voidUpdate the flow on the given FlowView.protected intCreates a row of views that will fit within the layout span of the row.voidFlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) Gives notification that something was removed from the document in a location that the given flow view is responsible for. -
Uses of FlowView in javax.swing.text.html
Subclasses of FlowView in javax.swing.text.html修饰符和类Class描述classDisplays the paragraph and uses CSS attributes for its configuration.