TextComponent.setEditable
Class Overview | Class Members |
This Package |
All Packages
public synchronized void setEditable( boolean b )
Parameters
- t
- a flag indicating whether this text component
should be user editable.
Description
Sets the flag that determines whether or not this
text component is editable.
If the flag is set to true, this text component
becomes user editable. If the flag is set to false,
the user cannot change the text of this text component.
See Also
isEditable