public class DebugPropertyHolderTable.DebugDefaultPropertyHolderTableModel extends com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModel implements com.eviware.soapui.model.testsuite.TestPropertyListener, DebugPropertyTableModel
isLastChangeParameterLevelChange, paramNameIndex, params, testPropertyListenerlistenerList| Constructor and Description |
|---|
DebugDefaultPropertyHolderTableModel(com.eviware.soapui.model.TestPropertyHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponentTitleHighlightListener(com.eviware.soapui.support.components.ComponentTitleHighlightListener listener) |
void |
clearChanged() |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
propertyAdded(String name) |
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 |
setClearValue(boolean b) |
void |
setDisplay(JTextArea detailedPropertyValue) |
buildParamNameIndex, getColumnClass, getColumnCount, getColumnName, getPropertyAtRow, getPropertyNames, getRowCount, getValueAt, moveProperty, propertyChange, propertyExists, propertyMoved, propertyValueChanged, release, setValueAt, 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 DebugDefaultPropertyHolderTableModel(com.eviware.soapui.model.TestPropertyHolder holder)
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class com.eviware.soapui.impl.wsdl.panels.teststeps.support.DefaultPropertyHolderTableModelpublic void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRenamed(String oldName, String newName)
propertyRenamed in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRemoved(String name)
propertyRemoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyAdded(String name)
propertyAdded in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void clearChanged()
clearChanged in interface DebugPropertyTableModelpublic void addComponentTitleHighlightListener(com.eviware.soapui.support.components.ComponentTitleHighlightListener listener)
public void setDisplay(JTextArea detailedPropertyValue)
public void setClearValue(boolean b)
Copyright © 2019. All rights reserved.