com.ontimize.db
Class EntityResultUtils.EntityResultTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.ontimize.db.EntityResultUtils.EntityResultTableModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
- Enclosing class:
- EntityResultUtils
- public static class EntityResultUtils.EntityResultTableModel
- extends javax.swing.table.AbstractTableModel
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
| Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
columns
protected java.util.Vector columns
dataVectors
protected java.util.Vector dataVectors
rowsNumber
protected int rowsNumber
res
protected EntityResult res
returnEmptyStrings
protected boolean returnEmptyStrings
EntityResultUtils.EntityResultTableModel
public EntityResultUtils.EntityResultTableModel(EntityResult res)
EntityResultUtils.EntityResultTableModel
public EntityResultUtils.EntityResultTableModel(EntityResult res,
boolean returnEmptyStrings,
boolean convertBytesBlockToIm,
boolean convertBooleanToIm)
getColumnClass
public java.lang.Class getColumnClass(int column)
getColumnName
public java.lang.String getColumnName(int c)
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getValueAt
public java.lang.Object getValueAt(int f,
int c)
setValueAt
public void setValueAt(java.lang.Object value,
int rowIndex,
int columnIndex)
getEntityResult
public EntityResult getEntityResult()