Methods' Details
|
- hideDependents
-  
- boolean
hideDependents(
-
- Description
- removes arrows for one level of dependents of a cell.
|
- hidePrecedents
-  
- boolean
hidePrecedents(
-
- Description
- removes arrows for one level of precedents of a cell.
|
- showDependents
-  
- boolean
showDependents(
-
- Description
- draws arrows between a cell and its dependent formulas.
If the method is executed again for the same cell, another level
of dependent cells is marked.
|
- showPrecedents
-  
- boolean
showPrecedents(
-
- Description
- draws arrows between a formula cell and its precedents.
If the method is executed again for the same cell, another level
of precedent cells is marked.
|
- showErrors
-  
- boolean
showErrors(
-
- Description
- draws arrows between a formula cell containing an error
and the cells causing the error.
|
- showInvalid
-  
boolean
showInvalid();
- Description
- marks all cells containing invalid values.
|
- clearArrows
-  
void
clearArrows();
- Description
- removes all arrows.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.