|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.userinput.field.password.PasswordField
public class PasswordField
Password field.
| Constructor Summary | |
|---|---|
PasswordField(String label,
int size,
String set)
Constructs a PasswordField. |
|
| Method Summary | |
|---|---|
String |
getLabel()
Returns the password field label. |
String |
getSet()
Returns the initial value. |
int |
getSize()
Returns the password field size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordField(String label,
int size,
String set)
PasswordField.
label - the password field label may be nullsize - the password field sizeset - the initial value of the field. May be null| Method Detail |
|---|
public String getLabel()
nullpublic int getSize()
public String getSet()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||