public class CustomPropertiesTableModel
extends com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel
implements com.eviware.soapui.model.testsuite.TestPropertyListener
isLastChangeParameterLevelChange, paramNameIndex, params, testPropertyListenerlistenerList| 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, sortaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfireTableDataChanged, fireTableRowsDeleted, fireTableRowsInsertedaddTableModelListener, removeTableModelListenerpublic 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 TableModelgetColumnCount in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic int getRowCount()
getRowCount in interface TableModelgetRowCount in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelgetValueAt in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelprotected boolean propertyExists(Object aValue, PropertyImpl property)
public void propertyAdded(String name)
propertyAdded in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRemoved(String name)
propertyRemoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRenamed(String oldName, String newName)
propertyRenamed in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerCopyright © 2019. All rights reserved.