Class TableConfigurer.Column

java.lang.Object
VASSAL.configure.TableConfigurer.Column
Enclosing class:
TableConfigurer

protected static class TableConfigurer.Column extends Object
  • Field Details

    • type

      protected Class<?> type
    • name

      protected String name
    • configurers

      protected List<Configurer> configurers
    • controls

      protected Box controls
    • contents

      protected JPanel contents
  • Constructor Details

    • Column

      public Column(String name, Class<?> type)
  • Method Details

    • getControls

      public Component getControls(int row)
    • getName

      public String getName()
    • addRow

      public void addRow()
    • getRowCount

      public int getRowCount()