com.izforge.izpack.panels.userinput.field.password
Class PasswordField

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.field.password.PasswordField

public class PasswordField
extends Object

Password field.

Author:
Tim Anderson

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

PasswordField

public PasswordField(String label,
                     int size,
                     String set)
Constructs a PasswordField.

Parameters:
label - the password field label may be null
size - the password field size
set - the initial value of the field. May be null
Method Detail

getLabel

public String getLabel()
Returns the password field label.

Returns:
the password field label. May be null

getSize

public int getSize()
Returns the password field size.

Returns:
the password field size

getSet

public String getSet()
Returns the initial value.

Returns:
the initial value. May be null


Copyright © 2018. All rights reserved.