Generated by
JDiff

Class javax.swing.text.Utilities

Documentation changed from old to new.

Changed Methods
int getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int) Documentation changed from old to new.
Determine where to break the given text to fit within the the given span.
int getPositionAbove(JTextComponent, int, int) Documentation changed from old to new.
Determines the position in the model that is closest to the given view location in the row above.
int getPositionBelow(JTextComponent, int, int) Documentation changed from old to new.
Determines the position in the model that is closest to the given view location in the row below.
int getRowEnd(JTextComponent, int) Documentation changed from old to new.
Determines the ending row model position of the row that contains the specified model position.
int getRowStart(JTextComponent, int) Documentation changed from old to new.
Determines the starting row model position of the row that contains the specified model position.