|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Cell | |
| edu.psu.geovista.app.spreadsheet.formula | |
| edu.psu.geovista.app.spreadsheet.table | |
| Uses of Cell in edu.psu.geovista.app.spreadsheet.formula |
| Methods in edu.psu.geovista.app.spreadsheet.formula that return Cell | |
Cell |
ReferenceManager.getOwner()
|
Cell |
Node.getReference()
For relative address |
Cell |
Formula.getOwner()
|
| Methods in edu.psu.geovista.app.spreadsheet.formula with parameters of type Cell | |
boolean |
ReferenceManager.addReference(Cell cell)
|
void |
ReferenceManager.setOwner(Cell owner)
assume single thread(in swing) |
void |
Node.setReference(Cell reference)
|
boolean |
Formula.addOwner(Cell cell)
|
boolean |
Cell.addOwner(Cell cell)
protect against loop reference |
int |
Cell.compareTo(Cell x,
boolean ascend)
not finish yet, just for treeset String: if can't convert to number, alway on the top ."" is set to null in cell null<"": alway at the bottom number: always in middle |
| Constructors in edu.psu.geovista.app.spreadsheet.formula with parameters of type Cell | |
Formula(Cell owner,
java.lang.String input,
int row,
int col)
edu.psu.geovista.app.spreadsheet.formula.Formula contructor. |
|
| Uses of Cell in edu.psu.geovista.app.spreadsheet.table |
| Methods in edu.psu.geovista.app.spreadsheet.table with parameters of type Cell | |
java.awt.Point |
SSTableModel.getCellAddress(Cell cell)
return a cell's edu.psu.geovista.app.spreadsheet.model address. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||