public class ServicesTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
EDIT_COLUMN_INDEX |
protected com.eviware.soapui.model.environment.Environment |
environment |
listenerList| Constructor and Description |
|---|
ServicesTableModel(com.eviware.soapui.config.ServiceConfig.Type.Enum serviceType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
int |
getServiceCount() |
protected ServiceImpl |
getServiceForRow(int rowIndex) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setEditServiceAction(EditServiceValuesAction editServiceAction) |
void |
setEnvironment(com.eviware.soapui.model.environment.Environment environment) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic static final int EDIT_COLUMN_INDEX
@CheckForNull protected com.eviware.soapui.model.environment.Environment environment
public ServicesTableModel(com.eviware.soapui.config.ServiceConfig.Type.Enum serviceType)
public void setEnvironment(com.eviware.soapui.model.environment.Environment environment)
public void setEditServiceAction(EditServiceValuesAction editServiceAction)
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getRowCount()
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public int getServiceCount()
protected ServiceImpl getServiceForRow(int rowIndex)
Copyright © 2019. All rights reserved.