Class PrototypeDefinition.Config

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

public static class PrototypeDefinition.Config extends Configurer
  • Constructor Details

  • Method Details

    • getValue

      public 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 Component getControls()
      Description copied from class: Configurer
      GUI interface for setting the option in an editing window
      Specified by:
      getControls in class Configurer
    • getValueString

      public String getValueString()
      Specified by:
      getValueString in class Configurer
      Returns:
      a String representation of the Object value
    • setValue

      public void setValue(String s)
      Description copied from class: Configurer
      Set the Object value from a String
      Specified by:
      setValue in class Configurer