Generated by
JDiff

Class javax.swing.JTextArea

Documentation changed from old to new.

Changed Constructors
JTextArea(int, int) Documentation changed from old to new.
Constructs a new empty TextArea with the specified number of rows and columns.
JTextArea(String, int, int) Documentation changed from old to new.
Constructs a new TextArea with the specified text and number of rows and columns.
JTextArea(Document, String, int, int) Documentation changed from old to new.
Constructs a new JTextArea with the specified number of rows and columns and the given model.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JTextArea.
boolean getWrapStyleWord() Documentation changed from old to new.
Get the style of wrapping used if the text area is wrapping lines.
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 processKeyEvent(KeyEvent) Documentation changed from old to new.
Method was inherited from JComponent, but is now defined locally.
Make sure that TAB and Shift-TAB events get consumed so that awt doesn't attempt focus traversal.
void setLineWrap(boolean) Documentation changed from old to new.
Sets the line-wrapping policy of the text area.
void setWrapStyleWord(boolean) Documentation changed from old to new.
Set the style of wrapping used if the text area is wrapping lines.