Package VASSAL.configure
Class PlayerIdFormattedStringConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringConfigurer
VASSAL.configure.FormattedStringConfigurer
VASSAL.configure.PlayerIdFormattedStringConfigurer
- All Implemented Interfaces:
ActionListener
,FocusListener
,EventListener
public class PlayerIdFormattedStringConfigurer extends FormattedStringConfigurer
Utility subclass of
FormattedStringConfigurer
which includes variable
keys for player name, side, and id-
Field Summary
Fields inherited from class VASSAL.configure.StringConfigurer
DEFAULT_LENGHTH, length, nameField, p
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
Constructors Constructor Description PlayerIdFormattedStringConfigurer(String key, String name, String[] options)
-
Method Summary
Methods inherited from class VASSAL.configure.FormattedStringConfigurer
actionPerformed, focusGained, focusLost, getControls, getOptions, setOptions
Methods inherited from class VASSAL.configure.StringConfigurer
buildTextField, getValueString, setValue
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName, setValue
-
Constructor Details
-
PlayerIdFormattedStringConfigurer
-