Uses of Interface
net.ssehub.easy.producer.ui.productline_editor.components.AbstractComboBox.ComboBoxListener
-
Packages that use AbstractComboBox.ComboBoxListener Package Description net.ssehub.easy.producer.ui.productline_editor.components Re-usable components for UI components based on SWT.net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of AbstractComboBox.ComboBoxListener in net.ssehub.easy.producer.ui.productline_editor.components
Fields in net.ssehub.easy.producer.ui.productline_editor.components with type parameters of type AbstractComboBox.ComboBoxListener Modifier and Type Field Description private java.util.List<AbstractComboBox.ComboBoxListener<Value>>AbstractComboBox. listenersMethods in net.ssehub.easy.producer.ui.productline_editor.components with parameters of type AbstractComboBox.ComboBoxListener Modifier and Type Method Description voidAbstractComboBox. addListener(AbstractComboBox.ComboBoxListener<Value> listener)Adds an action listener to this drop down menu.Constructors in net.ssehub.easy.producer.ui.productline_editor.components with parameters of type AbstractComboBox.ComboBoxListener Constructor Description AbstractComboBox(PLPInfo plp, org.eclipse.swt.widgets.Composite parent, AbstractComboBox.ComboBoxListener<Value>... initialListeners)Constructor for this class if listeners should already be called during start up. -
Uses of AbstractComboBox.ComboBoxListener in net.ssehub.easy.producer.ui.productline_editor.configuration
Constructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AbstractComboBox.ComboBoxListener Constructor Description InterfaceDropDown(PLPInfo plp, org.eclipse.swt.widgets.Composite parent, AbstractComboBox.ComboBoxListener<ProjectInterface> listener)Sole constructor for this class.
-