Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.ConfigurationTableEditorFactory.IEditorCreator
-
Packages that use ConfigurationTableEditorFactory.IEditorCreator Package Description net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of ConfigurationTableEditorFactory.IEditorCreator in net.ssehub.easy.producer.ui.productline_editor
Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type ConfigurationTableEditorFactory.IEditorCreator Modifier and Type Field Description private static java.util.Map<java.lang.String,ConfigurationTableEditorFactory.IEditorCreator>ConfigurationTableEditorFactory. CREATORSMethods in net.ssehub.easy.producer.ui.productline_editor with parameters of type ConfigurationTableEditorFactory.IEditorCreator Modifier and Type Method Description private static org.eclipse.jface.viewers.CellEditorConfigurationTableEditorFactory. createCellEditor(ConfigurationTableEditorFactory.UIConfiguration config, IDecisionVariable variable, ConfigurationTableEditorFactory.IEditorCreator creator)Tries to create a form editor control from an editor creator.private static org.eclipse.swt.widgets.ControlConfigurationTableEditorFactory. createEditor(ConfigurationTableEditorFactory.UIConfiguration config, IDecisionVariable variable, ConfigurationTableEditorFactory.IEditorCreator creator)Tries to create a form editor control from an editor creator.static voidConfigurationTableEditorFactory. registerEditorCreator(java.lang.String key, ConfigurationTableEditorFactory.IEditorCreator creator)Registers an editor creator, i.e., a plugin that supersedes the EASy way of creating editors for specific cases.
-