VASSAL.configure
Class PlayerIdFormattedStringConfigurer

java.lang.Object
  |
  +--VASSAL.configure.Configurer
        |
        +--VASSAL.configure.StringConfigurer
              |
              +--VASSAL.configure.FormattedStringConfigurer
                    |
                    +--VASSAL.configure.PlayerIdFormattedStringConfigurer
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener

public class PlayerIdFormattedStringConfigurer
extends FormattedStringConfigurer

Utility subclass of FormattedStringConfigurer which includes varable keys for player name, side, and id


Fields inherited from class VASSAL.configure.StringConfigurer
nameField, p
 
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
 
Constructor Summary
PlayerIdFormattedStringConfigurer(java.lang.String key, java.lang.String name, java.lang.String[] options)
           
 
Methods inherited from class VASSAL.configure.FormattedStringConfigurer
actionPerformed, focusGained, focusLost, getControls, getOptions, setOptions
 
Methods inherited from class VASSAL.configure.StringConfigurer
getValueString, setValue
 
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, setFrozen, setName, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerIdFormattedStringConfigurer

public PlayerIdFormattedStringConfigurer(java.lang.String key,
                                         java.lang.String name,
                                         java.lang.String[] options)