Ontimize 5.2072EN

com.ontimize.db
Class EntityResultUtils.EntityResultTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bycom.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

Field Summary
protected  java.util.Vector columns
           
protected  java.util.Vector dataVectors
           
protected  EntityResult res
           
protected  boolean returnEmptyStrings
           
protected  int rowsNumber
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
EntityResultUtils.EntityResultTableModel(EntityResult res)
           
EntityResultUtils.EntityResultTableModel(EntityResult res, boolean returnEmptyStrings, boolean convertBytesBlockToIm, boolean convertBooleanToIm)
           
 
Method Summary
 java.lang.Class getColumnClass(int column)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int c)
           
 EntityResult getEntityResult()
           
 int getRowCount()
           
 java.lang.Object getValueAt(int f, int c)
           
 void setValueAt(java.lang.Object value, int rowIndex, int columnIndex)
           
 
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
 

Field Detail

columns

protected java.util.Vector columns

dataVectors

protected java.util.Vector dataVectors

rowsNumber

protected int rowsNumber

res

protected EntityResult res

returnEmptyStrings

protected boolean returnEmptyStrings
Constructor Detail

EntityResultUtils.EntityResultTableModel

public EntityResultUtils.EntityResultTableModel(EntityResult res)

EntityResultUtils.EntityResultTableModel

public EntityResultUtils.EntityResultTableModel(EntityResult res,
                                                boolean returnEmptyStrings,
                                                boolean convertBytesBlockToIm,
                                                boolean convertBooleanToIm)
Method Detail

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()

Ontimize