Class FunctionListPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FunctionListPanel extends JPanel
See Also:
  • Constructor Details

    • FunctionListPanel

      public FunctionListPanel()
  • Method Details

    • setFormulaContext

      public void setFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext formulaContext)
    • fireActionPerformed

      protected void fireActionPerformed()
    • addActionListener

      public void addActionListener(ActionListener listener)
    • removeActionListener

      public void removeActionListener(ActionListener listener)
    • getFormulaList

      protected JList getFormulaList()
    • getSelectedCategoryName

      protected org.pentaho.reporting.libraries.formula.function.FunctionCategory getSelectedCategoryName()
    • getDescriptionsForCategory

      protected org.pentaho.reporting.libraries.formula.function.FunctionDescription[] getDescriptionsForCategory(org.pentaho.reporting.libraries.formula.function.FunctionCategory category)
    • getSelectedValue

      public org.pentaho.reporting.libraries.formula.function.FunctionDescription getSelectedValue()
    • setSelectedValue

      public void setSelectedValue(org.pentaho.reporting.libraries.formula.function.FunctionDescription selectedValue)