Generated by
JDiff

Class javax.swing.text.JTextComponent

Documentation changed from old to new.

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JTextComponent.
boolean isOpaque() Documentation changed from old to new.
Method was locally defined, but is now inherited from JComponent.
Returns true if this component is completely opaque.
Rectangle modelToView(int) Documentation changed from old to new.
Converts the given location in the model to a place in the view coordinate system.
void processComponentKeyEvent(KeyEvent) Documentation changed from old to new.
Method was locally defined, but is now inherited from JComponent.
Processes any key events that the component itself recognizes.
void setEditable(boolean) Documentation changed from old to new.
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
void setEnabled(boolean) Documentation changed from old to new.
Method was locally defined, but is now inherited from JComponent.
Sets whether or not this component is enabled.
void setOpaque(boolean) Documentation changed from old to new.
Method was locally defined, but is now inherited from JComponent.
If true the component paints every pixel within its bounds.
int viewToModel(Point) Documentation changed from old to new.
Converts the given place in the view coordinate system to the nearest representative location in the model.