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, testPropertyListener
listenerList
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, 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 DebugDefaultPropertyHolderTableModel(com.eviware.soapui.model.TestPropertyHolder holder)
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 propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged
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 propertyRemoved(String name)
propertyRemoved
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
public void propertyAdded(String name)
propertyAdded
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void clearChanged()
clearChanged
in interface DebugPropertyTableModel
public void addComponentTitleHighlightListener(com.eviware.soapui.support.components.ComponentTitleHighlightListener listener)
public void setDisplay(JTextArea detailedPropertyValue)
public void setClearValue(boolean b)
Copyright © 2019. All rights reserved.