|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsymplik.flower.PasswordField
public class PasswordField
A console (text-based) password input field
Constructor Summary | |
---|---|
PasswordField()
|
Method Summary | |
---|---|
static char[] |
getPassword(java.io.InputStream in,
java.lang.String prompt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordField()
Method Detail |
---|
public static final char[] getPassword(java.io.InputStream in, java.lang.String prompt) throws java.io.IOException
input
- stream to be used (e.g. System.in)prompt
- The prompt to display to the user.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |