Uses of Class
de.xima.fc.gui.model.processing.ParameterModel
- 
Packages that use ParameterModel Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.project de.xima.fc.gui.model de.xima.fc.gui.model.comparator de.xima.fc.gui.model.processing  - 
- 
Uses of ParameterModel in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean with type parameters of type ParameterModel Modifier and Type Field Description protected List<ParameterModel>AExternalUserBean. custParameterMethods in de.xima.fc.gui.bean that return ParameterModel Modifier and Type Method Description ParameterModelAExternalUserBean. addNewCustParameter()Methods in de.xima.fc.gui.bean that return types with arguments of type ParameterModel Modifier and Type Method Description List<ParameterModel>AExternalUserBean. getCustParameter()Methods in de.xima.fc.gui.bean with parameters of type ParameterModel Modifier and Type Method Description voidAExternalUserBean. addNewCustParameter(ParameterModel model)Method parameters in de.xima.fc.gui.bean with type arguments of type ParameterModel Modifier and Type Method Description voidAExternalUserBean. setCustParameter(List<ParameterModel> parameter) - 
Uses of ParameterModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return ParameterModel Modifier and Type Method Description ParameterModelProjectInviteBean. addNewParameter() - 
Uses of ParameterModel in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return ParameterModel Modifier and Type Method Description ParameterModelPluginWrapperModel. getProperty(String paramName)Methods in de.xima.fc.gui.model that return types with arguments of type ParameterModel Modifier and Type Method Description List<ParameterModel>PluginWrapperModel. getAllProperties()List<ParameterModel>PluginWrapperModel. getPluginList()List<ParameterModel>PluginWrapperModel. getUnregisteredPlugins() - 
Uses of ParameterModel in de.xima.fc.gui.model.comparator
Methods in de.xima.fc.gui.model.comparator with parameters of type ParameterModel Modifier and Type Method Description intParameterModelComparator. compare(ParameterModel o1, ParameterModel o2) - 
Uses of ParameterModel in de.xima.fc.gui.model.processing
Methods in de.xima.fc.gui.model.processing that return ParameterModel Modifier and Type Method Description ParameterModelProcessingModel. addNewParameter() 
 -