VASSAL.build.module
Class PrototypeDefinition.Config

java.lang.Object
  |
  +--VASSAL.configure.Configurer
        |
        +--VASSAL.build.module.PrototypeDefinition.Config
Enclosing class:
PrototypeDefinition

public static class PrototypeDefinition.Config
extends Configurer


Inner Class Summary
static class PrototypeDefinition.Config.Definer
           
 
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
 
Constructor Summary
PrototypeDefinition.Config(PrototypeDefinition def)
           
 
Method Summary
 java.awt.Component getControls()
          GUI interface for setting the option in an editing window
 java.lang.Object getValue()
          The Object value May be null if the Object has not been initialized
 java.lang.String getValueString()
           
 void setValue(java.lang.String s)
          Set the Object value from a String
 
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, isFrozen, setFrozen, setName, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototypeDefinition.Config

public PrototypeDefinition.Config(PrototypeDefinition def)
Method Detail

getValue

public java.lang.Object getValue()
Description copied from class: Configurer
The Object value May be null if the Object has not been initialized
Overrides:
getValue in class Configurer

getControls

public java.awt.Component getControls()
Description copied from class: Configurer
GUI interface for setting the option in an editing window
Overrides:
getControls in class Configurer

getValueString

public java.lang.String getValueString()
Overrides:
getValueString in class Configurer
Following copied from class: VASSAL.configure.Configurer
Returns:
a String representation of the Object value

setValue

public void setValue(java.lang.String s)
Description copied from class: Configurer
Set the Object value from a String
Overrides:
setValue in class Configurer