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, hint, 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, getGrowthConstraint, getValueString, setLabelVisibile, setValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getHint, getKey, getName, getScreenSize, getValue, isFrozen, removePropertyChangeListener, repack, repack, setFrozen, setHint, setName, setValue
-
Constructor Details
-
PasswordConfigurer
-
PasswordConfigurer
-
-
Method Details
-
buildTextField
- Overrides:
buildTextFieldin classStringConfigurer
-