Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.EmfAutoCompleteSectionBuilder.FeatureBuilder
Packages that use EmfAutoCompleteSectionBuilder.FeatureBuilder
-
Uses of EmfAutoCompleteSectionBuilder.FeatureBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement EmfAutoCompleteSectionBuilder.FeatureBuilderModifier and TypeClassDescriptionstatic classEmfAutoCompleteSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V> Methods in com.amalgamasimulation.desktop.ui.editor.builders that return EmfAutoCompleteSectionBuilder.FeatureBuilderModifier and TypeMethodDescription<E extends org.eclipse.emf.ecore.EObject>
EmfAutoCompleteSectionBuilder.FeatureBuilder<E, V> EmfAutoCompleteSectionBuilder.IPropertyBuilder.container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) <E extends org.eclipse.emf.ecore.EObject>
EmfAutoCompleteSectionBuilder.FeatureBuilder<E, V> EmfAutoCompleteSectionBuilder.PropertyBuilder.container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfAutoCompleteSectionBuilder.FeatureBuilder<T1, V1> EmfAutoCompleteSectionBuilder.Builder.create(org.eclipse.swt.widgets.Composite parent, org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, BiConsumer<Integer, com.amalgamasimulation.desktop.ui.editor.sections.internal.Section> actionAfterCreateSectionInProperty, int index) EmfAutoCompleteSectionBuilder.Builder.parent(org.eclipse.swt.widgets.Composite parent)