|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining operations which determine dependency between spreadsheet cells.
Method Summary | |
void |
addDependent(Presentable dependent)
Method to add a dependent presentable. |
java.util.Iterator |
dependents()
Method to get an iterator for all dependents of this. |
void |
removeDependent(Presentable dependent)
Method to remove a dependent presentable. |
Method Detail |
public void addDependent(Presentable dependent)
dependent
- the dependent to be added.public void removeDependent(Presentable dependent)
dependent
- the dependent to be removed.public java.util.Iterator dependents()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |