Class OrderedTable

java.lang.Object
edu.tufts.hrilab.action.gui.OrderedTable

public class OrderedTable extends Object
Implementation of a table with additional controls for ordering, adding and removing rows.
  • Method Details

    • setTableModel

      public void setTableModel(DefaultTableModel model)
    • setEnabled

      public void setEnabled(boolean enabled)
    • table

      public JTable table()
    • setColumnWidth

      public void setColumnWidth(int column, int width)
    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()