Changed Methods |
int getLineCount()
|
Documentation changed from old to new. |
Determines the number of lines contained in the area. |
boolean getLineWrap()
|
Documentation changed from old to new. |
Gets the line-wrapping policy of the text area. |
int getScrollableUnitIncrement(Rectangle, int, int)
|
Documentation changed from old to new. |
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column depending on the value of orientation. |
boolean getWrapStyleWord()
|
Documentation changed from old to new. |
Gets the style of wrapping used if the text area is wrapping lines. |
boolean isManagingFocus()
|
Documentation changed from old to new. Method was locally defined, but is now inherited from JComponent. Now deprecated.
|
As of 1.4, replaced by Component.setFocusTraversalKeys(int, Set) and Container.setFocusCycleRoot(boolean) . |
void processKeyEvent(KeyEvent )
|
Documentation changed from old to new. Method was locally defined, but is now inherited from JComponent.
|
Overrides processKeyEvent to process events. |
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. |
Sets the style of wrapping used if the text area is wrapping lines. |