|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.table.JaretTable.RowInfo
public class JaretTable.RowInfo
Simple struct for storing row information.
| Field Summary | |
|---|---|
boolean |
fixed
fixed row flag. |
int |
height
height of the row. |
IRow |
row
row reference. |
int |
y
beginning y coordinate. |
| Constructor Summary | |
|---|---|
JaretTable.RowInfo(IRow rowIn,
int yIn,
int heightIn,
boolean fixedIn)
Construct a row info instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int y
public IRow row
public int height
public boolean fixed
| Constructor Detail |
|---|
public JaretTable.RowInfo(IRow rowIn,
int yIn,
int heightIn,
boolean fixedIn)
rowIn - row referenceyIn - begin yheightIn - height of the rowfixedIn - true if the row is a fixed row
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||