Uses of Interface
org.apache.poi.ss.formula.DependencyTracker
-
Packages that use DependencyTracker Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikaiex.formula Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. -
-
Uses of DependencyTracker in io.keikai.model.impl.sys.formula
Classes in io.keikai.model.impl.sys.formula that implement DependencyTracker Modifier and Type Class Description class
DependencyTrackerImpl
A default dependency tracker.Methods in io.keikai.model.impl.sys.formula that return DependencyTracker Modifier and Type Method Description DependencyTracker
FunctionResolverImpl. getDependencyTracker()
-
Uses of DependencyTracker in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return DependencyTracker Modifier and Type Method Description DependencyTracker
FunctionResolver. getDependencyTracker()
Return the associatedDependencyTracker
. -
Uses of DependencyTracker in io.keikaiex.formula
Classes in io.keikaiex.formula that implement DependencyTracker Modifier and Type Class Description class
DependencyTrackerEx
An EL Variable evaluator through POI dependency tracker and ignore POI dependency trackingMethods in io.keikaiex.formula that return DependencyTracker Modifier and Type Method Description DependencyTracker
FunctionResolverEx. getDependencyTracker()
-
Uses of DependencyTracker in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type DependencyTracker Modifier and Type Method Description void
WorkbookEvaluator. setDependencyTracker(DependencyTracker tracker)
Constructors in org.apache.poi.ss.formula with parameters of type DependencyTracker Constructor Description OperationEvaluationContext(WorkbookEvaluator bookEvaluator, EvaluationWorkbook workbook, int sheetIndex, int srcRowNum, int srcColNum, org.apache.poi.ss.formula.EvaluationTracker tracker, boolean isSingleValue, DependencyTracker dependencyTracker, Object ref, int[] offset)
-