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 classDefaultFunctionParameterEditorclassMultiplexFunctionParameterEditorMethods in org.pentaho.openformula.ui that return FunctionParameterEditor Modifier and Type Method Description FunctionParameterEditorFormulaEditorDialog. getEditor(String function)FunctionParameterEditorFormulaEditorPanel. getEditor(String function)FunctionParameterEditorMultiplexFunctionParameterEditor. getEditor(String function)Methods in org.pentaho.openformula.ui with parameters of type FunctionParameterEditor Modifier and Type Method Description voidFormulaEditorDialog. setEditor(String function, FunctionParameterEditor editor)voidFormulaEditorPanel. setEditor(String function, FunctionParameterEditor editor)voidMultiplexFunctionParameterEditor. setEditor(String function, FunctionParameterEditor editor)
-