Package com.google.refine.grel
Class ControlFunctionRegistry
java.lang.Object
com.google.refine.grel.ControlFunctionRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControlgetControl(String name) static Stringstatic FunctiongetFunction(String name) static Stringstatic voidregisterControl(String name, Control c) static voidregisterFunction(String name, Function f)
-
Constructor Details
-
ControlFunctionRegistry
public ControlFunctionRegistry()
-
-
Method Details
-
getFunction
-
getFunctionName
-
getFunctionMapping
-
getFunctionMap
-
getControl
-
getControlName
-
getControlMapping
-
getControlMap
-
registerFunction
-
registerControl
-