|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.Component
nextapp.echo2.app.text.TextComponent
nextapp.echo2.app.TextArea
A multiple-line text input field.
| Field Summary |
| Constructor Summary | |
TextArea()
Creates a new TextArea with an empty
StringDocument as its model, and default width and
height settings. |
|
TextArea(Document document)
Creates a new TextArea with the specified
Document model. |
|
TextArea(Document document,
java.lang.String text,
int columns,
int rows)
Creates a new TextArea with the specified
Document model, initial text, width
and height settings. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextArea()
TextArea with an empty
StringDocument as its model, and default width and
height settings.
public TextArea(Document document)
TextArea with the specified
Document model.
document - the document
public TextArea(Document document,
java.lang.String text,
int columns,
int rows)
TextArea with the specified
Document model, initial text, width
and height settings.
document - the documenttext - the initial text (may be null)columns - the number of columns to displayrows - the number of rows to display
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||