Changed Methods |
Color getBackground()
|
Documentation changed from old to new. Method was inherited from Component, but is now defined locally.
|
Gets the background color of this text component. |
boolean isEditable()
|
Documentation changed from old to new. |
Indicates whether or not this text component is editable. |
void processTextEvent(TextEvent )
|
Documentation changed from old to new. |
Processes text events occurring on this text component by dispatching them to any registered TextListener objects. |
void removeTextListener(TextListener )
|
Documentation changed from old to new. |
Removes the specified text event listener so that it no longer receives text events from this text component If l is null no exception is thrown and no action is performed. |
void selectAll()
|
Documentation changed from old to new. |
Selects all the text in this text component. |
void setBackground(Color )
|
Documentation changed from old to new. Method was inherited from Component, but is now defined locally.
|
Sets the background color of this text component. |
void setCaretPosition(int )
|
Documentation changed from old to new. |
Sets the position of the text insertion caret for this text component. |
void setEditable(boolean )
|
Documentation changed from old to new. |
Sets the flag that determines whether or not this text component is editable. |