Uses of Interface
org.apache.poi.ss.formula.IStabilityClassifier

Packages that use IStabilityClassifier
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.xssf.usermodel   
 

Uses of IStabilityClassifier in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type IStabilityClassifier
HSSFFormulaEvaluator(HSSFWorkbook workbook, IStabilityClassifier stabilityClassifier)
           
 

Uses of IStabilityClassifier in org.apache.poi.ss.formula
 

Fields in org.apache.poi.ss.formula declared as IStabilityClassifier
static IStabilityClassifier IStabilityClassifier.TOTALLY_IMMUTABLE
          Convenience implementation for situations where all cell definitions remain fixed after evaluation begins.
 

Constructors in org.apache.poi.ss.formula with parameters of type IStabilityClassifier
WorkbookEvaluator(EvaluationWorkbook workbook, IStabilityClassifier stabilityClassifier)
           
 

Uses of IStabilityClassifier in org.apache.poi.xssf.usermodel
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type IStabilityClassifier
XSSFFormulaEvaluator(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.