| Method |
Action |
| setEchoChar(char) |
Echos the character instead of what is typed in. |
| getText() |
Returns the text as a string |
| setText(String) |
Sets text |
| getColumns() |
Returns width of text field |
| select(int,int) |
Select text between character two character positions (start indexing
from 0) |
| selectAll() |
Select all the text |
| isEditable() |
Returns true/false as to whether the text is editable |
| setEditable(boolean) |
Sets whether or not editable |
| getEchoChar() |
Returns character used to mask input |
| echoCharIsSet() |
Returns true/false about whether set or not |