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, setValueAt
public 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 TableModel
getColumnName
in class AbstractTableModel
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public int getRowCount()
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
public int getServiceCount()
protected ServiceImpl getServiceForRow(int rowIndex)
Copyright © 2019. All rights reserved.