Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.EmfTableSectionBuilder.ColumnBuilder
Packages that use EmfTableSectionBuilder.ColumnBuilder
-
Uses of EmfTableSectionBuilder.ColumnBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement EmfTableSectionBuilder.ColumnBuilderModifier and TypeClassDescriptionstatic classEmfTableSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V> Methods in com.amalgamasimulation.desktop.ui.editor.builders that return EmfTableSectionBuilder.ColumnBuilderModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfTableSectionBuilder.ColumnBuilder<T1, V1> EmfTableSectionBuilder.Builder.create(org.eclipse.swt.widgets.Composite parent, org.eclipse.core.databinding.observable.value.IObservableValue<T1> container, org.eclipse.core.databinding.observable.list.IObservableList<V1> elements, BiConsumer<Integer, com.amalgamasimulation.desktop.ui.editor.sections.internal.Section> actionAfterCreateSectionInProperty, int index) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfTableSectionBuilder.ColumnBuilder<T1, V1> EmfTableSectionBuilder.Builder.create(org.eclipse.swt.widgets.Composite parent, org.eclipse.core.databinding.observable.value.IObservableValue<T1> container, org.eclipse.emf.ecore.EStructuralFeature featureElements, BiConsumer<Integer, com.amalgamasimulation.desktop.ui.editor.sections.internal.Section> actionAfterCreateSectionInProperty, int index) EmfTableSectionBuilder.Builder.elements(org.eclipse.core.databinding.observable.list.IObservableList<V> elements) EmfTableSectionBuilder.PropertyBuilder.elements(org.eclipse.core.databinding.observable.list.IObservableList<V> elements) EmfTableSectionBuilder.Builder.elementsFeature(org.eclipse.emf.ecore.EStructuralFeature elementsFeature) EmfTableSectionBuilder.PropertyBuilder.elementsFeature(org.eclipse.emf.ecore.EStructuralFeature featureElements)