Interface EMFComboEditingSupport.ElementsBuilder<T,E,R>
- All Known Implementing Classes:
EMFComboEditingSupport.Builder
- Enclosing class:
EMFComboEditingSupport
public static interface EMFComboEditingSupport.ElementsBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionSet the elements to be shown in the comboboxSet the elements to be shown in the combobox
-
Method Details
-
elements
EMFComboEditingSupport.EditedFeatureBuilder<T,E, elementsR> (org.eclipse.core.databinding.observable.list.IObservableList<E> elements) Set the elements to be shown in the combobox- Parameters:
elements- list of elements- Returns:
- builder object
-
elements
Set the elements to be shown in the combobox- Parameters:
elementsExtractor- list of elements- Returns:
- builder object
-