Package VASSAL.chat

Class ServerConfigurer

java.lang.Object
VASSAL.configure.Configurer
VASSAL.chat.ServerConfigurer

public class ServerConfigurer extends Configurer
Specifies the server implementation in the Preferences
Author:
rkinney
  • Field Details

  • Constructor Details

  • Method Details

    • 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
    • buildPeerProperties

      protected Properties buildPeerProperties()
    • buildLegacyProperties

      protected Properties buildLegacyProperties()
    • getValueString

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

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

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

      public static void main(String[] args)