Package uk.ac.gda.exafs.ui.dialogs
Class SpreadsheetViewConfig
java.lang.Object
gda.factory.FindableBase
uk.ac.gda.exafs.ui.dialogs.SpreadsheetViewConfig
- All Implemented Interfaces:
Findable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(ParameterConfig field) voidgetParameter(String beanType, String fullPathToGetter) Return the ParameterConfig object that matches the given beantype and fullPathToGettervoidsetGenerators(List<ParameterConfigGenerator> parameterConfigGenerators) voidsetParameters(List<ParameterConfig> editableFields) voidsetParameterTypes(List<String> parameterTypes) voidupdateGeneratedParameterConfigs(List<ParameterValuesForBean> paramValueForBean) Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
SpreadsheetViewConfig
public SpreadsheetViewConfig()
-
-
Method Details
-
getParameters
-
setParameters
-
addParameter
-
setGenerators
-
getGenerators
-
updateGeneratedParameterConfigs
-
clearParameters
public void clearParameters() -
getParameterTypes
-
setParameterTypes
-
getParameter
Return the ParameterConfig object that matches the given beantype and fullPathToGetter- Parameters:
beanType-fullPathToGetter-- Returns:
- ParameterConfig object, or null if no matching object could be found
-