Class FormulaEditingPanel

    • Method Detail

      • setupUI

        protected void setupUI()
      • getFormula

        public String getFormula()
        Returns:
        formula as String
      • getParsedFormula

        public FormulaValue getParsedFormula()
        Returns:
        parsed formula as FormulaValue object
      • actionPerformed

        public void actionPerformed​(ActionEvent event)
        ... to react on a selection in the stored formula drop down menu ...
        Specified by:
        actionPerformed in interface ActionListener
        Parameters:
        event - the event to process
      • areValuesOk

        public boolean areValuesOk()
        Check the formula and return false if it could not be parsed
        Specified by:
        areValuesOk in interface ValueChecker
        Returns:
        false if the formula could not be parsed