Uses of Interface
io.keikai.model.sys.dependency.Ref
-
Packages that use Ref Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.dependency Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikaiex.model.sys -
-
Uses of Ref in io.keikai.model.impl
Classes in io.keikai.model.impl that implement Ref Modifier and Type Class Description class
ColumnPrecedentRefImpl
Implementation of precedent reference toColumnRef
s.class
ColumnRefImpl
class
ConditionalRefImpl
class
IndirectRefImpl
class
NameRefImpl
class
ObjectRefImpl
class
OffsetRefImpl
a cell reference produced by OFFSET function.class
RefImpl
class
TablePrecedentRefImpl
Implementation of precedent reference toColumnRef
s.Methods in io.keikai.model.impl that return Ref Modifier and Type Method Description protected Ref
BookImpl. getRef()
protected Ref
CellImpl. getRef()
Ref
ConditionalFormattingRuleImpl. getRef(String sheetName)
Methods in io.keikai.model.impl with parameters of type Ref Modifier and Type Method Description void
FormulaCacheCleaner. clear(Set<Ref> dependents, Ref precedent)
void
FormulaCacheCleaner. clearByPrecedent(Ref precedent)
Method parameters in io.keikai.model.impl with type arguments of type Ref Modifier and Type Method Description void
FormulaCacheCleaner. clear(Set<Ref> dependents)
void
FormulaCacheCleaner. clear(Set<Ref> dependents, Ref precedent)
-
Uses of Ref in io.keikai.model.impl.sys
Fields in io.keikai.model.impl.sys with type parameters of type Ref Modifier and Type Field Description protected Map<Ref,Set<Ref>>
DependencyTableImpl. _evaledMap
protected Map<Ref,Set<Ref>>
DependencyTableImpl. _evaledMap
protected Map<Ref,Set<Ref>>
DependencyTableImpl. _map
Mapprotected Map<Ref,Set<Ref>>
DependencyTableImpl. _map
MapMethods in io.keikai.model.impl.sys that return types with arguments of type Ref Modifier and Type Method Description Set<Ref>
DependencyTableImpl. getDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getDirectDependents(Ref precedent)
abstract Set<Ref>
DependencyTableAdv. getDirectPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getDirectPrecedents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getDirectRegionDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getDirectRegionDependents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getEvaluatedDependents(Ref precedent)
abstract Set<Ref>
DependencyTableAdv. getRegionDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getRegionDependents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getRegionPrecedents(Ref precedent)
Set<Ref>
DependencyTableImpl. getRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. searchPrecedents(DependencyTable.RefFilter filter)
Methods in io.keikai.model.impl.sys with parameters of type Ref Modifier and Type Method Description void
DependencyTableImpl. add(Ref dependant, Ref precedent)
abstract void
DependencyTableAdv. clearDependents(Ref ref, Ref.RefType skipType)
void
DependencyTableImpl. clearDependents(Ref dependant)
void
DependencyTableImpl. clearDependents(Ref dependant, Ref.RefType skipType)
void
DependencyTableImpl. del(Ref dependant, Ref precedent)
Set<Ref>
DependencyTableImpl. getDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getDirectDependents(Ref precedent)
abstract Set<Ref>
DependencyTableAdv. getDirectPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getDirectPrecedents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getDirectRegionDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getDirectRegionDependents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableImpl. getEvaluatedDependents(Ref precedent)
abstract Set<Ref>
DependencyTableAdv. getRegionDependents(Ref precedent)
Set<Ref>
DependencyTableImpl. getRegionDependents(Ref dependent)
abstract Set<Ref>
DependencyTableAdv. getRegionPrecedents(Ref precedent)
Set<Ref>
DependencyTableImpl. getRegionPrecedents(Ref dependent)
void
DependencyTableImpl. setEvaluated(Ref dependent)
Method parameters in io.keikai.model.impl.sys with type arguments of type Ref Modifier and Type Method Description protected <K> void
DependencyTableImpl. mergeAllRefs(Map<K,Set<Ref>> tgt, Map<K,Set<Ref>> src)
-
Uses of Ref in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return Ref Modifier and Type Method Description Ref[]
FormulaEngineImpl.ErrorFormulaExpressionImpl. getAreaRefs()
Ref[]
FormulaEngineImpl.FormulaExpressionImpl. getAreaRefs()
protected Ref
FormulaEngineImpl. toDependRef(FormulaParseContext ctx, ParsingBook parsingBook, Ptg ptg, int ptgIndex)
Constructors in io.keikai.model.impl.sys.formula with parameters of type Ref Constructor Description FormulaExpressionImpl(String formula, Formula formulaX, Ref[] refs, boolean multipleArea)
FormulaExpressionImpl(String formula, Formula formulaX, Ref[] refs, boolean error, String errorMessage, boolean multipleArea)
FormulaExpressionImpl(String formula, Ptg[] ptgs, Ref[] refs)
FormulaExpressionImpl(String formula, Ptg[] ptgs, Ref[] refs, boolean multipleArea)
FormulaExpressionImpl(String formula, Ptg[] ptgs, Ref[] refs, boolean error, String errorMessage, boolean multipleArea)
-
Uses of Ref in io.keikai.model.sys.dependency
Subinterfaces of Ref in io.keikai.model.sys.dependency Modifier and Type Interface Description interface
ColumnPrecedentRef
Precedent reference to ColumnRef.interface
ColumnRef
interface
ConditionalRef
Control the conditional formatting reference dependencyinterface
IndirectRef
Used to handle reference generated by INDIRECT(text) function.interface
NameRef
interface
ObjectRef
The object Reef to represent a object, and is always a dependent ref.interface
TablePrecedentRef
Precedent reference to ColumnRef.Classes in io.keikai.model.sys.dependency that implement Ref Modifier and Type Class Description class
StyleRef
This is a marking class to control whether to update cell's style or just update cell's text.Methods in io.keikai.model.sys.dependency that return types with arguments of type Ref Modifier and Type Method Description Set<Ref>
DependencyTable. getDependents(Ref precedent)
Set<Ref>
DependencyTable. getDirectDependents(Ref precedent)
Set<Ref>
DependencyTable. getEvaluatedDependents(Ref precedent)
Set<Ref>
DependencyTable. searchPrecedents(DependencyTable.RefFilter filter)
Methods in io.keikai.model.sys.dependency with parameters of type Ref Modifier and Type Method Description boolean
DependencyTable.RefFilter. accept(Ref ref)
void
DependencyTable. add(Ref dependent, Ref precedent)
void
DependencyTable. clearDependents(Ref dependant)
void
DependencyTable. del(Ref dependent, Ref precedent)
Set<Ref>
DependencyTable. getDependents(Ref precedent)
Set<Ref>
DependencyTable. getDirectDependents(Ref precedent)
Set<Ref>
DependencyTable. getEvaluatedDependents(Ref precedent)
void
DependencyTable. setEvaluated(Ref dependent)
-
Uses of Ref in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula that return Ref Modifier and Type Method Description Ref[]
FormulaExpression. getAreaRefs()
Ref
FormulaEvaluationContext. getDependent()
Ref
FormulaParseContext. getDependent()
Constructors in io.keikai.model.sys.formula with parameters of type Ref Constructor Description FormulaEvaluationContext(SBook book, Ref dependent)
FormulaEvaluationContext(SCell cell, Ref dependent)
FormulaEvaluationContext(SSheet sheet, SCell cell, Ref dependent, int[] offset, boolean externFormula)
FormulaEvaluationContext(SSheet sheet, Ref dependent)
FormulaEvaluationContext(SSheet sheet, Ref dependent, int[] offset)
FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent)
FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, FormulaType formulaType)
FormulaParseContext(SBook book, SSheet sheet, SCell cell, String sheetName, Ref dependent, Locale locale, FormulaType formulaType)
FormulaParseContext(SBook book, Ref dependent)
FormulaParseContext(SBook book, Ref dependent, FormulaType formulaType)
FormulaParseContext(SCell cell, Ref dependent)
FormulaParseContext(SCell cell, Ref dependent, FormulaType formulaType)
FormulaParseContext(SCell cell, String sheetName, Ref dependent)
FormulaParseContext(SCell cell, String sheetName, Ref dependent, FormulaType formulaType)
FormulaParseContext(SSheet sheet, Ref dependent)
FormulaParseContext(SSheet sheet, Ref dependent, FormulaType formulaType)
FormulaParseContext(SSheet sheet, String sheetName, Ref dependent)
FormulaParseContext(SSheet sheet, String sheetName, Ref dependent, FormulaType formulaType)
-
Uses of Ref in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type Ref Modifier and Type Method Description void
ModelUpdateCollector. addRef(Ref ref)
Method parameters in io.keikai.range.impl with type arguments of type Ref Modifier and Type Method Description void
ModelUpdateCollector. addRefs(Set<Ref> dependents)
-
Uses of Ref in io.keikaiex.model.sys
Methods in io.keikaiex.model.sys that return types with arguments of type Ref Modifier and Type Method Description Set<Ref>
DependencyTableEx. getDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectRegionDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableEx. getEvaluatedDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getRegionDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getRegionPrecedents(Ref dependent)
Methods in io.keikaiex.model.sys with parameters of type Ref Modifier and Type Method Description void
DependencyTableEx. add(Ref dependant, Ref precedent)
void
DependencyTableEx. clearDependents(Ref ref)
void
DependencyTableEx. clearDependents(Ref ref, Ref.RefType skipType)
void
DependencyTableEx. del(Ref ref, Ref precedent)
Set<Ref>
DependencyTableEx. getDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectRegionDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getDirectRegionPrecedents(Ref dependent)
Set<Ref>
DependencyTableEx. getEvaluatedDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getRegionDependents(Ref precedent)
Set<Ref>
DependencyTableEx. getRegionPrecedents(Ref dependent)
void
DependencyTableEx. setEvaluated(Ref dependent)
-