|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new text area with the specified number of rows and columns and the empty string as text. |
String ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new text area with the specified text. |
String, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new text area with the specified text and with the specified number of rows and columns. |
String, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new text area with the specified text and with the rows columns and scroll bar visibility as specified. |
void ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Constructs a new text area with the empty string as text. |
Changed Methods | ||
void addNotify() |
Documentation changed from old to new. |
Creates the TextArea 's peer. |
void append(String ) |
Documentation changed from old to new. |
Appends the given text to the text area's current text. |
AccessibleContext getAccessibleContext() |
Documentation changed from old to new. |
Returns the AccessibleContext associated with this TextArea . |
int getColumns() |
Documentation changed from old to new. |
Returns the number of columns in this text area. |
int getRows() |
Documentation changed from old to new. |
Returns the number of rows in the text area. |
int getScrollbarVisibility() |
Documentation changed from old to new. |
Returns an enumerated value that indicates which scroll bars the text area uses. |
void insert(String, |
Documentation changed from old to new. |
Inserts the specified text at the specified position in this text area. |
String paramString() |
Documentation changed from old to new. |
Returns a string representing the state of this TextArea . |
void replaceRange(String, |
Documentation changed from old to new. |
Replaces text between the indicated start and end positions with the specified replacement text. |
void setColumns(int ) |
Documentation changed from old to new. |
Sets the number of columns for this text area. |
void setRows(int ) |
Documentation changed from old to new. |
Sets the number of rows for this text area. |
Dimension getMinimumSize() |
Documentation changed from old to new. |
Determines the minimum size of this text area. |
Dimension getMinimumSize(int, |
Documentation changed from old to new. |
Determines the minimum size of a text area with the specified number of rows and columns. |
Dimension getPreferredSize() |
Documentation changed from old to new. |
Determines the preferred size of this text area. |
Dimension getPreferredSize(int, |
Documentation changed from old to new. |
Determines the preferred size of a text area with the specified number of rows and columns. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |