JTextArea

GPTKB entity

Statements (52)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:component Swing GUI
gptkbp:hasConstructor JTextArea()
JTextArea(String)
JTextArea(String, int, int)
JTextArea(int, int)
gptkbp:hasEvent gptkb:DocumentListener
gptkb:KeyListener
gptkb:FocusListener
gptkb:MouseListener
CaretListener
InputMethodListener
gptkbp:hasMethod getText()
setText(String)
append(String)
insert(String, int)
replaceRange(String, int, int)
setLineWrap(boolean)
setWrapStyleWord(boolean)
gptkbp:hasProperty columns
rows
lineWrap
tabSize
wrapStyleWord
gptkbp:heldBy visual component
cloneable
not thread-safe
serializable
lightweight component
part of Java Foundation Classes (JFC)
public class
https://www.w3.org/2000/01/rdf-schema#label JTextArea
gptkbp:inheritsFrom gptkb:ferry
gptkb:JTextComponent
gptkb:JComponent
Component
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:isEditable true
gptkbp:mayInclude gptkb:JScrollPane
gptkbp:partOf javax.swing package
gptkbp:serialization true
gptkbp:superclass gptkb:JTextComponent
gptkbp:supports line wrapping
word wrapping
gptkbp:usedFor multi-line text input
gptkbp:usedIn text editors
chat applications
Java desktop applications
form input fields
log viewers
gptkbp:bfsParent gptkb:Java_Swing
gptkbp:bfsLayer 7