Class DynamicProperty.DynamicKeyCommandConfigurer

java.lang.Object
VASSAL.configure.Configurer
VASSAL.counters.DynamicProperty.DynamicKeyCommandConfigurer
Enclosing class:
DynamicProperty

protected static class DynamicProperty.DynamicKeyCommandConfigurer
extends Configurer
Configure a single Dynamic Key Command line
  • Field Details

  • Constructor Details

    • DynamicKeyCommandConfigurer

      public DynamicKeyCommandConfigurer​(DynamicProperty target)
  • Method Details

    • getValueString

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

      public void setFrozen​(boolean val)
      Freeze the Configurer from issuing PropertyChange Events. Ensure the subsidiary Configurers are quiet also.
      Overrides:
      setFrozen in class Configurer
      Parameters:
      val - true to freeze
    • setValue

      public void setValue​(Object value)
      Description copied from class: Configurer
      Set the Object value
      Overrides:
      setValue in class Configurer
    • getKeyCommand

      public DynamicProperty.DynamicKeyCommand getKeyCommand()
    • setValue

      public void setValue​(String s)
      Description copied from class: Configurer
      Set the Object value from a String
      Specified by:
      setValue 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
    • updateValue

      protected void updateValue()
    • buildControls

      protected void buildControls()