Interface ObjectSelectionDialogEditingSupport.ElementsBuilder<T,E,R>
- All Known Implementing Classes:
ObjectSelectionDialogEditingSupport.Builder
- Enclosing class:
ObjectSelectionDialogEditingSupport
public static interface ObjectSelectionDialogEditingSupport.ElementsBuilder<T,E,R>
-
Method Summary
-
Method Details
-
elements
ObjectSelectionDialogEditingSupport.ColumnsBuilder<T,E, elementsR> (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
-