Uses of Class javax.swing.text.FlowView

Uses in package javax.swing.text

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
Receives notification from a FlowView that some attributes have changed in the document at a location that the FlowView is responsible for.
View
FlowView.FlowStrategy.createView(FlowView fv, int offset, int spanLeft, int rowIndex)
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
FlowView.FlowStrategy.layoutRow(FlowView fv, int rowIndex, int pos)
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.