public class CustomPropertiesTableModel
extends com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
implements com.eviware.soapui.model.testsuite.TestPropertyListener
isLastChangeParameterLevelChange, paramNameIndex, params, testPropertyListener
listenerList
Constructor and Description |
---|
CustomPropertiesTableModel(com.eviware.soapui.model.TestPropertyHolder holder) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
com.eviware.soapui.model.TestPropertyHolder |
getHolder() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
propertyAdded(String name) |
protected boolean |
propertyExists(Object aValue,
PropertyImpl property) |
void |
propertyMoved(String name,
int oldIndex,
int newIndex) |
void |
propertyRemoved(String name) |
void |
propertyRenamed(String oldName,
String newName) |
void |
propertyValueChanged(String name,
String oldValue,
String newValue) |
void |
setEnvironment(com.eviware.soapui.model.environment.Environment environment) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
buildParamNameIndex, getColumnClass, getPropertyAtRow, getPropertyNames, moveProperty, propertyChange, propertyExists, propertyMoved, propertyValueChanged, release, sort
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted
addTableModelListener, removeTableModelListener
public CustomPropertiesTableModel(com.eviware.soapui.model.TestPropertyHolder holder)
public com.eviware.soapui.model.TestPropertyHolder getHolder()
public void setEnvironment(com.eviware.soapui.model.environment.Environment environment)
public int getColumnCount()
getColumnCount
in interface TableModel
getColumnCount
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
getValueAt
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
protected boolean propertyExists(Object aValue, PropertyImpl property)
public void propertyAdded(String name)
propertyAdded
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyRemoved(String name)
propertyRemoved
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyRenamed(String oldName, String newName)
propertyRenamed
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
Copyright © 2019. All rights reserved.