Interface EMFAutoCompleteTextEditingSupport.NameBuilder<T,E,R>

All Known Implementing Classes:
EMFAutoCompleteTextEditingSupport.Builder
Enclosing class:
EMFAutoCompleteTextEditingSupport

public static interface EMFAutoCompleteTextEditingSupport.NameBuilder<T,E,R>
  • Method Details

    • 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
    • nameFeature

      EMFAutoCompleteTextEditingSupport.FinalBuilder<T,E,R> nameFeature(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
    • nameFeatures

      EMFAutoCompleteTextEditingSupport.FinalBuilder<T,E,R> nameFeatures(org.eclipse.emf.ecore.EStructuralFeature idFeature, org.eclipse.emf.ecore.EStructuralFeature nameFeature)
      Set up the combo box elements naming. The structural feature value is used.
      Parameters:
      nameFeature - feature of the combo box elements whose value will be displayed in the combo box
      Returns:
      this object