JIDE 3.5.15

com.jidesoft.diff
Class LazyLoadTableRowData

java.lang.Object
  extended by com.jidesoft.diff.LazyLoadTableRowData

public class LazyLoadTableRowData
extends Object

The lazy load table row data to represent a row's data to save the memory.

Since:
3.4.1

Constructor Summary
LazyLoadTableRowData(TableModel model, int rowIndex)
          The constructor.
 
Method Summary
 boolean equals(Object obj)
           
 List<Object> getRowData()
          Gets the real row data that consumes memory.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyLoadTableRowData

public LazyLoadTableRowData(TableModel model,
                            int rowIndex)
The constructor.

Parameters:
model - the table model
rowIndex - the row index
Method Detail

getRowData

public List<Object> getRowData()
Gets the real row data that consumes memory.

Returns:
the list of cell values.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

JIDE 3.5.15