Interface EMFComboEditingSupport.NameBuilder<T,E,R>
- All Known Implementing Classes:
EMFComboEditingSupport.Builder
- Enclosing class:
EMFComboEditingSupport
public static interface EMFComboEditingSupport.NameBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionSet up the combobox elements naming.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combobox elements naming.
-
Method Details
-
nameFeature
EMFComboEditingSupport.FinalBuilder<T,E, nameFeatureR> (org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combobox elements naming. The structural feature value is used.- Parameters:
nameFeature- feature of the combobox elements whose value will be displayed in the combobox- Returns:
- builder object
-
format
Set up the combobox elements naming. The name extractor.- Parameters:
nameExtractor- function that converts a combobox element to a String displayed in the combobox- Returns:
- builder object
-