com.izforge.izpack.panels.userinput.gui.password
Class PasswordGroup

java.lang.Object
  extended by com.izforge.izpack.api.handler.DefaultConfigurationHandler
      extended by com.izforge.izpack.panels.userinput.processorclient.ValuesProcessingClient
          extended by 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.
 
Method Summary
 
Methods inherited from class com.izforge.izpack.panels.userinput.processorclient.ValuesProcessingClient
getFieldContents, getNumFields, getText, getValues
 
Methods inherited from class com.izforge.izpack.api.handler.DefaultConfigurationHandler
addConfigurationOption, getConfigurationOption, getConfigurationOptionValue, getConfigurationOptionValue, getConfigurationOptionValue, getNames, readParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.izforge.izpack.api.data.Configurable
addConfigurationOption, getConfigurationOption, getConfigurationOptionValue, getConfigurationOptionValue, getConfigurationOptionValue, getNames
 

Constructor Detail

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.