|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.board.shared.board.TableCell
public class TableCell
Constructor Summary | |
---|---|
TableCell(int cellType,
java.lang.Object cellValue)
Constructor |
Method Summary | |
---|---|
int |
getCellType()
Get the type of this cell |
java.lang.Object |
getCellValue()
Get the value of this cell |
void |
setCellType(int type)
Set the type of this cell |
void |
setCellValue(java.lang.Object value)
Set the value of this cell |
java.lang.String |
toString()
Get the cell string representation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableCell(int cellType, java.lang.Object cellValue)
Method Detail |
---|
public int getCellType()
public void setCellType(int type)
public java.lang.Object getCellValue()
public void setCellValue(java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |