|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.eliad.model.AtomicCell
An implementation of ExtentCell that represents
a mono-cell span.
GridSelectionModel| Constructor Summary | |
AtomicCell(int row,
int column)
Constructs a extent cell at row,column.
this extentCell represents a mono-cell span with a null identifier. |
|
| Method Summary | |
int |
getColumn()
|
int |
getColumnCount()
|
java.lang.Object |
getIdentifier()
|
int |
getRow()
|
int |
getRowCount()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AtomicCell(int row,
int column)
row,column.
this extentCell represents a mono-cell span with a null identifier.| Method Detail |
public int getRow()
public int getRowCount()
public int getColumn()
public int getColumnCount()
public java.lang.Object getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||