public class CustomPropertiesTableModel extends DefaultPropertyHolderTableModel implements TestPropertyListener
Constructor and description |
---|
CustomPropertiesTableModel
(TestPropertyHolder holder) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
clearSelection() |
|
public java.lang.Class<?> |
getColumnClass(int columnIndex) |
|
public int |
getColumnCount() |
|
public java.lang.String |
getColumnName(int column) |
|
public ConfigurableEnvironment |
getEnvironment() |
|
public TestPropertyHolder |
getHolder() |
|
public int |
getRowCount() |
|
public java.util.List<java.lang.String> |
getSelectedProperties() |
|
public java.lang.Object |
getValueAt(int rowIndex, int columnIndex) |
|
public boolean |
isCellEditable(int rowIndex, int columnIndex) |
|
public void |
propertyAdded(java.lang.String name) |
|
public void |
propertyMoved(java.lang.String name, int oldIndex, int newIndex) |
|
public void |
propertyRemoved(java.lang.String name) |
|
public void |
propertyRenamed(java.lang.String oldName, java.lang.String newName) |
|
public void |
propertyValueChanged(java.lang.String name, java.lang.String oldValue, java.lang.String newValue) |
|
public void |
release() |
|
public void |
setEnvironment(ConfigurableEnvironment environment) |
|
public void |
setValueAt(java.lang.Object aValue, int rowIndex, int columnIndex) |
ReadyAPI functional (soapui-pro) SDK 3.56.0