Class TableConfigurer

java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.TableConfigurer
All Implemented Interfaces:
ActionListener, EventListener

public class TableConfigurer
extends Configurer
implements ActionListener
Author:
Brent Easton
  • Field Details

  • Constructor Details

    • TableConfigurer

      public TableConfigurer​(String key, String name, String[] headings, Class<?>[] types)
    • TableConfigurer

      public TableConfigurer​(String key, String name)
  • Method Details

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

      public void setRowDelimiter​(char c)
    • setColDelimiter

      public void setColDelimiter​(char c)
    • getColumnCount

      public int getColumnCount()
    • 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
    • buildControls

      protected void buildControls()
    • repack

      protected void repack()
    • updateContents

      protected void updateContents()
    • actionPerformed

      public void actionPerformed​(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener