Uses of Class
net.ssehub.easy.producer.ui.productline_editor.ConfigurationTableEditorFactory.UIParameter
-
Packages that use ConfigurationTableEditorFactory.UIParameter Package Description net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of ConfigurationTableEditorFactory.UIParameter in net.ssehub.easy.producer.ui.productline_editor
Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type ConfigurationTableEditorFactory.UIParameter Modifier and Type Field Description private java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object>ConfigurationTableEditorFactory.UIConfiguration. parameterMethods in net.ssehub.easy.producer.ui.productline_editor that return types with arguments of type ConfigurationTableEditorFactory.UIParameter Modifier and Type Method Description java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object>ConfigurationTableEditorFactory.UIConfiguration. getParameters()Returns (a copy) of the configuration parameters.Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type ConfigurationTableEditorFactory.UIParameter Modifier and Type Method Description java.lang.ObjectConfigurationTableEditorFactory.UIConfiguration. getParameter(ConfigurationTableEditorFactory.UIParameter key)Returns a configuration parameter.Method parameters in net.ssehub.easy.producer.ui.productline_editor with type arguments of type ConfigurationTableEditorFactory.UIParameter Modifier and Type Method Description static ConfigurationTableEditorFactory.UIConfigurationConfigurationTableEditorFactory. createConfiguration(Configuration config, IEASyEditorPage parent, java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object> parameter)Creates a configuration instance holding UI configuration elements.Constructor parameters in net.ssehub.easy.producer.ui.productline_editor with type arguments of type ConfigurationTableEditorFactory.UIParameter Constructor Description UIConfiguration(Configuration config, IEASyEditorPage parent, java.util.Map<ConfigurationTableEditorFactory.UIParameter,java.lang.Object> parameter)Creates a configuration instance.
-