Generated by
JDiff

Class javax.swing.text.ParagraphView

The superclass changed from javax.swing.text.BoxView to javax.swing.text.FlowView.
Documentation changed from old to new.

Added Methods
View createRow() Create a View that should be used to hold a a rows worth of children in a flow.
int getFlowSpan(int) Fetch the constraining span to flow against for the given child index.
int getFlowStart(int) Fetch the location along the flow axis that the flow span will start at.
 

Changed Methods
SizeRequirements calculateMinorAxisRequirements(int, SizeRequirements) Documentation changed from old to new.
Method was locally defined, but is now inherited from FlowView.
Calculate equirements along the minor axis.
View getViewAtPosition(int, Rectangle) Documentation changed from old to new.
Method was locally defined, but is now inherited from CompositeView.
Fetches the child view that represents the given position in the model.
int getViewIndexAtPosition(int) Method was locally defined, but is now inherited from FlowView. Fetches the child view index representing the given position in the model.
void insertUpdate(DocumentEvent, Shape, ViewFactory) Method was locally defined, but is now inherited from FlowView. Gives notification that something was inserted into the document in a location that this view is responsible for.
void layout(int, int) Documentation changed from old to new.
Method was locally defined, but is now inherited from FlowView.
Lays out the children.
void loadChildren(ViewFactory) Documentation changed from old to new.
Method was locally defined, but is now inherited from FlowView.
Loads all of the children to initialize the view.
void removeUpdate(DocumentEvent, Shape, ViewFactory) Method was locally defined, but is now inherited from FlowView. Gives notification that something was removed from the document in a location that this view is responsible for.