|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.anwrt.hl.model.CorrelatedRow
public class CorrelatedRow
Object used to add data into a AwtCorrelatedDataContainer
creation 6 août 2009
| Constructor Summary | |
|---|---|
CorrelatedRow(int size)
Default constructor |
|
| Method Summary | |
|---|---|
void |
addCell(java.lang.Object o)
Add a cell in the row. |
java.lang.Object[] |
getCells()
|
int |
getIndex()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CorrelatedRow(int size)
size - Size of the row.| Method Detail |
|---|
public void addCell(java.lang.Object o)
throws AwtException
o - Object to be added
AwtException - If the row is full.public java.lang.Object[] getCells()
public int size()
public int getIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||