Interface ObjectSelectionDialogEditingSupport.ElementsBuilder<T,E,R>

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

public static interface ObjectSelectionDialogEditingSupport.ElementsBuilder<T,E,R>
  • Method Details

    • elements

      ObjectSelectionDialogEditingSupport.ColumnsBuilder<T,E,R> elements(org.eclipse.core.databinding.observable.list.IObservableList<E> elements)
      Set the elements to be shown in the selection dialog
      Parameters:
      elements - list of elements
      Returns:
      builder object