Package VASSAL.configure
Class PasswordConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringConfigurer
VASSAL.configure.PasswordConfigurer
public class PasswordConfigurer extends StringConfigurer
-
Field Summary
Fields inherited from class VASSAL.configure.StringConfigurer
DEFAULT_LENGHTH, length, nameField, pFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description PasswordConfigurer(String key, String name)PasswordConfigurer(String key, String name, String val) -
Method Summary
Modifier and Type Method Description protected JTextFieldbuildTextField()Methods inherited from class VASSAL.configure.StringConfigurer
getControls, getValueString, setValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName, setValue
-
Constructor Details
-
PasswordConfigurer
-
PasswordConfigurer
-
-
Method Details
-
buildTextField
- Overrides:
buildTextFieldin classStringConfigurer
-