Class PieceAccessConfigurer

java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.PieceAccessConfigurer

public class PieceAccessConfigurer
extends Configurer
  • Field Details

  • Constructor Details

  • Method Details

    • setValue

      public void setValue​(Object o)
      Description copied from class: Configurer
      Set the Object value
      Overrides:
      setValue 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
    • 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()
    • updateControls

      protected void updateControls()
    • getPrompts

      public String[] getPrompts()
    • getPieceAccess

      public PieceAccess getPieceAccess()
    • decode

      public static PieceAccess decode​(String s)
    • encode

      public static String encode​(PieceAccess p)
    • setPrompts

      public void setPrompts​(String[] prompts)