|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.Component
nextapp.echo.app.text.TextComponent
nextapp.echo.app.TextArea
public class TextArea
TextArea component: a multiple-line text input field. May not contain child components.
| 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. |
|
| Method Summary |
|---|
| 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 Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||