JComponentPack 1.5.0

Uses of Interface
com.zfqjava.formula.FormulaContext

Packages that use FormulaContext
com.zfqjava.formula   
com.zfqjava.swing   
 

Uses of FormulaContext in com.zfqjava.formula
 

Classes in com.zfqjava.formula that implement FormulaContext
 class CellFormulaContext
           
 

Methods in com.zfqjava.formula that return FormulaContext
 FormulaContext FormulaFactory.createFormulaContext()
          Creates the default FormulaContext, default return null
 FormulaContext CellFormulaFactory.createFormulaContext()
           
 FormulaContext AbstractOperand.getFormulaContext()
           
 FormulaContext Operand.getFormulaContext()
          Returns the current formula context.
 

Methods in com.zfqjava.formula with parameters of type FormulaContext
abstract  Formula FormulaFactory.createFormula(String s, FormulaContext context)
          Creates a formula object for the specified string with the specified FormulaContext.
 Formula CellFormulaFactory.createFormula(String s, FormulaContext context)
           
abstract  Formula FormulaFactory.createFormula(String s, FormulaContext context, boolean allowErrorFormula)
          Creates a formula object for the specified string with the specified FormulaContext.
 Formula CellFormulaFactory.createFormula(String s, FormulaContext context, boolean allowErrorFormula)
           
 Object Formula.evaluate(FormulaContext context)
          Evaluates the formula.
 Object CellFormula.evaluate(FormulaContext context)
           
 Object Function.evaluate(FormulaContext context, List args)
          Returns the value for the specified arguments.
static Object CellUtils.getObject(Object o, FormulaContext context)
           
 Formula Formula.normalize(FormulaContext context)
          Normalize this formula with the specified FormulaContext.
 Formula CellFormula.normalize(FormulaContext context)
           
 void AbstractOperand.setFormulaContext(FormulaContext context)
           
 void Operand.setFormulaContext(FormulaContext context)
          Sets the formula context to find operand value.
 void CellReference.setFormulaContext(FormulaContext context)
           
 String Formula.toString(FormulaContext context)
          Returns the string the this formula with the specified FormulaContext.
 String CellFormula.toString(FormulaContext context)
           
 String CellReference.toString(FormulaContext context)
           
static String CellUtils.toString(Object value, FormulaContext context)
           
 

Uses of FormulaContext in com.zfqjava.swing
 

Methods in com.zfqjava.swing that return FormulaContext
 FormulaContext AbstractDataGridModel.getFormulaContext(int row, int column)
          Returns the FormulaContext in use.
 


JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.