|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.table.model.JaretTableCellImpl
public class JaretTableCellImpl
Implementation of the IJaretTableCell.
| Field Summary | |
|---|---|
protected IColumn |
_column
the column. |
protected IRow |
_row
the row. |
| Constructor Summary | |
|---|---|
JaretTableCellImpl(IRow row,
IColumn column)
Construct a table cell instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
IColumn |
getColumn()
Retrieve the column. |
IRow |
getRow()
Retrieve the row. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IRow _row
protected IColumn _column
| Constructor Detail |
|---|
public JaretTableCellImpl(IRow row,
IColumn column)
row - the rowcolumn - the column| Method Detail |
|---|
public IColumn getColumn()
IJaretTableCell
getColumn in interface IJaretTableCellpublic IRow getRow()
IJaretTableCell
getRow in interface IJaretTableCellpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||