Class DynamicProperty.DynamicKeyCommandConfigurer

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

@Deprecated(since="2020-12-06", forRemoval=true) protected static class DynamicProperty.DynamicKeyCommandConfigurer extends Configurer
Deprecated, for removal: This API element is subject to removal in a future version.
Configure a single Dynamic Key Command line
  • Field Details

    • keyConfig

      protected final NamedHotKeyConfigurer keyConfig
      Deprecated, for removal: This API element is subject to removal in a future version.
    • propChangeConfig

      protected PropertyChangerConfigurer propChangeConfig
      Deprecated, for removal: This API element is subject to removal in a future version.
    • commandConfig

      protected StringConfigurer commandConfig
      Deprecated, for removal: This API element is subject to removal in a future version.
    • controls

      protected JPanel controls
      Deprecated, for removal: This API element is subject to removal in a future version.
    • target

      protected DynamicProperty target
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • DynamicKeyCommandConfigurer

      public DynamicKeyCommandConfigurer(DynamicProperty target)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getValueString

      public String getValueString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getValueString in class Configurer
      Returns:
      a String representation of the Object value
    • setFrozen

      public void setFrozen(boolean val)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: Configurer
      Set the Object value
      Overrides:
      setValue in class Configurer
    • getKeyCommand

      public DynamicProperty.DynamicKeyCommand getKeyCommand()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValue

      public void setValue(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: Configurer
      Set the Object value from a String
      Specified by:
      setValue in class Configurer
    • getControls

      public Component getControls()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • buildControls

      protected void buildControls()
      Deprecated, for removal: This API element is subject to removal in a future version.