public class PropertyExpansionsTableModel extends AbstractTableModel implements com.eviware.soapui.model.testsuite.TestRunListener, DebugPropertyTableModel
Modifier and Type | Class and Description |
---|---|
protected class |
PropertyExpansionsTableModel.ContextCellEditor |
listenerList
Constructor and Description |
---|
PropertyExpansionsTableModel(String testCaseId) |
Modifier and Type | Method and Description |
---|---|
void |
addComponentTitleHighlightListener(com.eviware.soapui.support.components.ComponentTitleHighlightListener listener) |
void |
afterRun(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext) |
void |
afterStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext,
com.eviware.soapui.model.testsuite.TestStepResult result) |
void |
beforeRun(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext) |
void |
beforeStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext) |
void |
beforeStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext,
com.eviware.soapui.model.testsuite.TestStep testStep) |
void |
clearChanged() |
PropertyExpansionsTableModel.ContextCellEditor |
getCellRender() |
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public PropertyExpansionsTableModel(String testCaseId)
public int getColumnCount()
getColumnCount
in interface TableModel
public int getRowCount()
getRowCount
in interface TableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
public void beforeRun(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext)
beforeRun
in interface com.eviware.soapui.model.testsuite.TestRunListener
public void afterRun(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext)
afterRun
in interface com.eviware.soapui.model.testsuite.TestRunListener
public void beforeStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext)
beforeStep
in interface com.eviware.soapui.model.testsuite.TestRunListener
public void beforeStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext, com.eviware.soapui.model.testsuite.TestStep testStep)
beforeStep
in interface com.eviware.soapui.model.testsuite.TestRunListener
public void afterStep(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext, com.eviware.soapui.model.testsuite.TestStepResult result)
afterStep
in interface com.eviware.soapui.model.testsuite.TestRunListener
public PropertyExpansionsTableModel.ContextCellEditor getCellRender()
public void addComponentTitleHighlightListener(com.eviware.soapui.support.components.ComponentTitleHighlightListener listener)
public void clearChanged()
clearChanged
in interface DebugPropertyTableModel
Copyright © 2019. All rights reserved.