Interface TableSectionBuilder.IPropertyBuilder<T,V>
- All Superinterfaces:
IIndexBuilder<TableSectionBuilder.IPropertyBuilder<T,,V>> ITableListElementsBuilder<T,V, TableSectionBuilder.ColumnBuilder<T, V>>
- All Known Implementing Classes:
TableSectionBuilder.PropertyBuilder
- Enclosing class:
TableSectionBuilder
public static interface TableSectionBuilder.IPropertyBuilder<T,V>
extends ITableListElementsBuilder<T,V,TableSectionBuilder.ColumnBuilder<T,V>>, IIndexBuilder<TableSectionBuilder.IPropertyBuilder<T,V>>
-
Method Summary
Modifier and TypeMethodDescriptioncontainer(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) Methods inherited from interface com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IIndexBuilder
indexMethods inherited from interface com.amalgamasimulation.desktop.ui.editor.builders.interfaces.ITableListElementsBuilder
elementsExtractor
-
Method Details
-
container
<E> TableSectionBuilder.TableListElementsBuilder<E,V> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container)
-