Changed Methods |
Rectangle getVisibleEditorRect()
|
Documentation changed from old to new. |
Gets the allocation to give the root View. |
Rectangle modelToView(JTextComponent, int)
|
Documentation changed from old to new. |
Converts the given location in the model to a place in the view coordinate system. |
Rectangle modelToView(JTextComponent, int, Bias)
|
Documentation changed from old to new. |
Converts the given location in the model to a place in the view coordinate system. |
int viewToModel(JTextComponent, Point)
|
Documentation changed from old to new. |
Converts the given place in the view coordinate system to the nearest representative location in the model. |
int viewToModel(JTextComponent, Point, Bias[])
|
Documentation changed from old to new. |
Converts the given place in the view coordinate system to the nearest representative location in the model. |