Uses of Interface
org.pentaho.openformula.ui.FunctionParameterEditor
-
Packages that use FunctionParameterEditor Package Description org.pentaho.openformula.ui -
-
Uses of FunctionParameterEditor in org.pentaho.openformula.ui
Classes in org.pentaho.openformula.ui that implement FunctionParameterEditor Modifier and Type Class Description class
DefaultFunctionParameterEditor
class
MultiplexFunctionParameterEditor
Methods in org.pentaho.openformula.ui that return FunctionParameterEditor Modifier and Type Method Description FunctionParameterEditor
FormulaEditorDialog. getEditor(String function)
FunctionParameterEditor
FormulaEditorPanel. getEditor(String function)
FunctionParameterEditor
MultiplexFunctionParameterEditor. getEditor(String function)
Methods in org.pentaho.openformula.ui with parameters of type FunctionParameterEditor Modifier and Type Method Description void
FormulaEditorDialog. setEditor(String function, FunctionParameterEditor editor)
void
FormulaEditorPanel. setEditor(String function, FunctionParameterEditor editor)
void
MultiplexFunctionParameterEditor. setEditor(String function, FunctionParameterEditor editor)
-