|
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.TextField
A single-line text input field.
| Field Summary |
| Constructor Summary | |
TextField()
Creates a new TextField with an empty
StringDocument as its model, and default width
setting. |
|
TextField(Document document)
Creates a new TextField with the specified
Document model. |
|
TextField(Document document,
java.lang.String text,
int columns)
Creates a new TextField with the specified
Document model, initial text, and column width. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextField()
TextField with an empty
StringDocument as its model, and default width
setting.
public TextField(Document document)
TextField with the specified
Document model.
document - the document
public TextField(Document document,
java.lang.String text,
int columns)
TextField with the specified
Document model, initial text, and column width.
document - the documenttext - the initial text (may be null)columns - the number of columns to display
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||