public interface PropertyHolderTableModel extends TableModel
| Modifier and Type | Method and Description | 
|---|---|
| void | fireTableDataChanged() | 
| void | fireTableRowsDeleted(int row,
                    int row2) | 
| void | fireTableRowsInserted(int row,
                     int row2) | 
| TestProperty | getPropertyAtRow(int rowIndex) | 
| void | moveProperty(String propName,
            int oldRow,
            int newRow) | 
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtvoid fireTableDataChanged()
TestProperty getPropertyAtRow(int rowIndex)
void fireTableRowsDeleted(int row,
                          int row2)
void fireTableRowsInserted(int row,
                           int row2)
void moveProperty(String propName, int oldRow, int newRow)
Copyright © 2019. All Rights Reserved.