Class PowerTableModel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setRowValues(int row, Array<Object> values)
      Data getData()
      void addNewColumn(String colName, Class<out Object> colClass)
      void removeRow(int row)
      void removeColumn(int col)
      void setColumnData(int col, List<out Object> data)
      List<out Object> getColumnData(String colName)
      void clearData()
      void addRow(Array<Object> data)
      void moveRow(int start, int end, int to)
      void addNewRow()
      Array<Object> getRowData(int row)
      int getRowCount() Required by table model interface.
      int getColumnCount() Required by table model interface.
      String getColumnName(int column) Required by table model interface.
      boolean isCellEditable(int row, int column)
      Class<out Object> getColumnClass(int column)
      Object getValueAt(int row, int column) Required by table model interface.
      void setValueAt(Object value, int row, int column) Sets the ValueAt attribute of the Arguments object.
      • Methods inherited from class javax.swing.table.DefaultTableModel

        addColumn, addRow, getDataVector, insertRow, newDataAvailable, newRowsAdded, rowsRemoved, setColumnCount, setColumnIdentifiers, setDataVector, setNumRows, setRowCount
      • Methods inherited from class javax.swing.table.AbstractTableModel

        addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait