| Frames | No Frames | 
Classes derived from javax.swing.text.FlowView | |
| class |  Renders a paragraph in HTML.   | 
Classes derived from javax.swing.text.FlowView | |
| class |  A  FlowView that flows it's children horizontally and boxes the rows
 vertically.
 | 
Methods with parameter type javax.swing.text.FlowView | |
| void |  Tries to adjust the specified row to fit within the desired span.   | 
| void |  Receives notification from a  FlowView that some attributes
 have changed in the document at a location that the
 FlowView is responsible for.
 | 
| View |  Creates physical views that form the rows of the flow view.   | 
| View |  Returns the logical view of the managed  FlowView.
 | 
| void |  Receives notification from a  FlowView that some content
 has been inserted into the document at a location that the
 FlowView is responsible for.
 | 
| void |  Performs the layout for the whole view.   | 
| int |  Lays out one row of the flow view.   | 
| void |  Receives notification from a  FlowView that some content
 has been removed from the document at a location that the
 FlowView is responsible for.
 |