public class ContextPropertiesTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
ContextPropertiesTableModel(com.eviware.soapui.support.types.StringToStringMap contextProperties) |
Modifier and Type | Method and Description |
---|---|
void |
fireTableDataChanged() |
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public ContextPropertiesTableModel(com.eviware.soapui.support.types.StringToStringMap contextProperties)
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int rowIndex, int columnIndex)
public void fireTableDataChanged()
fireTableDataChanged
in class AbstractTableModel
Copyright © 2019. All rights reserved.