Package weka.gui

Class InteractiveTableModel

All Implemented Interfaces:
Serializable, TableModel
Direct Known Subclasses:
InteractiveTableModel

public class InteractiveTableModel extends AbstractTableModel
Table model that automatically adds a new row to the table on pressing enter in the last cell of a row.
Version:
$Revision: 47640 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Field Details

    • m_hidden_index

      public int m_hidden_index
      Index of the hidden column
  • Constructor Details

    • InteractiveTableModel

      public InteractiveTableModel(String[] columnNames)
      Constructor
      Parameters:
      columnNames - the names of the columns
  • Method Details