Class SimpleConfigurer

java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.SimpleConfigurer
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class SimpleConfigurer extends Configurer implements PropertyChangeListener
A Configurer for configuring Configurable components (Is that as redundant as it sounds?) The invoking class must provide an array of Configurers, one for each attribute of the target Configurable object. It is usually easier for the target to implement AutoConfigurable and use the AutoConfigurer class.