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. custParameter
Methods in de.xima.fc.gui.bean that return ParameterModel Modifier and Type Method Description ParameterModel
AExternalUserBean. 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 void
AExternalUserBean. addNewCustParameter(ParameterModel model)
Method parameters in de.xima.fc.gui.bean with type arguments of type ParameterModel Modifier and Type Method Description void
AExternalUserBean. 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 ParameterModel
ProjectInviteBean. 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 ParameterModel
PluginWrapperModel. 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 int
ParameterModelComparator. 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 ParameterModel
ProcessingModel. addNewParameter()
-