Uses of Class
anl.aida.client.gui.FormulaListElement

Packages that use FormulaListElement
anl.aida.bubble   
anl.aida.client.gui   
 

Uses of FormulaListElement in anl.aida.bubble
 

Methods in anl.aida.bubble with parameters of type FormulaListElement
private  anl.aida.data.DataFrame BubblePlotCreator.evaluateFormula(FormulaListElement item)
           
 

Uses of FormulaListElement in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as FormulaListElement
(package private)  FormulaListElement BubbleDialog.SourceItem.element
           
private  FormulaListElement ScatterDialog.xElement
           
private  FormulaListElement ScatterDialog.yElement
           
 

Methods in anl.aida.client.gui that return FormulaListElement
private  FormulaListElement StructuredDataPanel.createFormulaElement(java.lang.String strFormula)
           
private  FormulaListElement StructuredDataPanel.createFormulaElement(anl.aida.data.Variable var)
           
 FormulaListElement BubbleDialog.SourceItem.getElement()
           
private  FormulaListElement StructuredDataPanel.getFormulaElementFor(java.lang.String formula)
           
 FormulaListElement ScatterDialog.getXElement()
           
 FormulaListElement ScatterDialog.getYElement()
           
 

Methods in anl.aida.client.gui with parameters of type FormulaListElement
private  anl.aida.data.DataFrame StructuredDataPanel.dataFrameFromFormula(FormulaListElement[] items)
           
private  anl.aida.data.DataFrame StructuredDataPanel.evaluateFormulaItem(FormulaListElement item)
           
 

Method parameters in anl.aida.client.gui with type arguments of type FormulaListElement
 void BubbleDialog.init(java.util.List<FormulaListElement> elements, BubbleConfigBean bean)
           
 void ScatterDialog.setFormulas(java.util.List<FormulaListElement> elements)
           
 

Constructors in anl.aida.client.gui with parameters of type FormulaListElement
BubbleDialog.SourceItem(FormulaListElement element)