public class GridDataSource.GridTableModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected com.eviware.soapui.support.types.StringList |
columns |
protected List<com.eviware.soapui.support.types.StringList> |
data |
listenerList
Constructor and Description |
---|
GridTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(String name) |
protected void |
addColumn(String name,
boolean notify) |
protected void |
addNewRowIfLast(int rowIndex) |
protected void |
deleteRow(int rowIndex) |
void |
deleteRows(int[] rows) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
String |
getPropertyAt(int rowIndex,
int columnIndex) |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
protected void |
insertDefaultInNewColumn() |
protected void |
insertRow(int ix,
com.eviware.soapui.support.types.StringList row) |
void |
insertRows(int ix,
int i) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader) |
void |
moveColumn(int oldIndex,
int newIndex) |
void |
refresh() |
void |
removeColumn(String name) |
protected void |
removeColumnData(int ix) |
protected void |
renameColumn(String oldName,
String newName) |
void |
save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
protected void |
setValueAtInner(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
protected List<com.eviware.soapui.support.types.StringList> data
protected com.eviware.soapui.support.types.StringList columns
public int getColumnCount()
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
public void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
protected void addNewRowIfLast(int rowIndex)
protected void setValueAtInner(Object aValue, int rowIndex, int columnIndex)
public int getRowCount()
public void refresh()
public String getPropertyAt(int rowIndex, int columnIndex)
public Object getValueAt(int rowIndex, int columnIndex)
public void deleteRows(int[] rows)
protected void deleteRow(int rowIndex)
public void insertRows(int ix, int i)
protected void insertRow(int ix, com.eviware.soapui.support.types.StringList row)
public void addColumn(String name)
protected void insertDefaultInNewColumn()
public void removeColumn(String name)
protected void removeColumnData(int ix)
public void moveColumn(int oldIndex, int newIndex)
protected void addColumn(String name, boolean notify)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
Copyright © 2019. All rights reserved.