com.izforge.izpack.panels.userinput.gui.password
Class PasswordGroup
java.lang.Object
com.izforge.izpack.api.handler.DefaultConfigurationHandler
com.izforge.izpack.panels.userinput.processorclient.ValuesProcessingClient
com.izforge.izpack.panels.userinput.gui.password.PasswordGroup
- All Implemented Interfaces:
- Configurable, ProcessingClient, Serializable
public class PasswordGroup
- extends ValuesProcessingClient
This class can be used to manage multiple related password fields. This is used in the
UserInputPanel to manage communication with the validator and processor for
password fields.
- Version:
- 0.0.1 / 2/22/03
- Author:
- Elmar Grom
- See Also:
UserInputPanel,
Serialized Form
|
Constructor Summary |
PasswordGroup(String[] passwords)
Creates a password group to manage one or more password fields. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordGroup
public PasswordGroup(String[] passwords)
- Creates a password group to manage one or more password fields.
- Parameters:
passwords - the passwords
Copyright © 2018. All rights reserved.