Class EmfComboboxSectionBuilder.PropertyBuilder<T extends org.eclipse.emf.ecore.EObject,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.interfaces.AbstractPropertyBuilder<T>
com.amalgamasimulation.desktop.ui.editor.builders.EmfComboboxSectionBuilder.PropertyBuilder<T,V>
- All Implemented Interfaces:
EmfComboboxSectionBuilder.IPropertyBuilder<T,,V> IFeatureBuilder<EmfComboboxSectionBuilder.LabelBuilder<T,,V>> IIndexBuilder<EmfComboboxSectionBuilder.IPropertyBuilder<T,V>>
- Enclosing class:
EmfComboboxSectionBuilder
public static class EmfComboboxSectionBuilder.PropertyBuilder<T extends org.eclipse.emf.ecore.EObject,V>
extends AbstractPropertyBuilder<T>
implements EmfComboboxSectionBuilder.IPropertyBuilder<T,V>
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.builders.interfaces.AbstractPropertyBuilder
actionAfterCreateSectionInProperty, containerOld, index, parent -
Method Summary
Modifier and TypeMethodDescription<E extends org.eclipse.emf.ecore.EObject>
EmfComboboxSectionBuilder.FeatureBuilder<E, V> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfComboboxSectionBuilder.IPropertyBuilder<T1, V1> create(org.eclipse.swt.widgets.Composite parent, org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerOld, BiConsumer<Integer, com.amalgamasimulation.desktop.ui.editor.sections.internal.Section> actionAfterCreateSectionInProperty) feature(org.eclipse.emf.ecore.EStructuralFeature feature) index(int index)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject,V1> EmfComboboxSectionBuilder.IPropertyBuilder<T1,V1> create(org.eclipse.swt.widgets.Composite parent, org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerOld, BiConsumer<Integer, com.amalgamasimulation.desktop.ui.editor.sections.internal.Section> actionAfterCreateSectionInProperty) -
container
public <E extends org.eclipse.emf.ecore.EObject> EmfComboboxSectionBuilder.FeatureBuilder<E,V> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) - Specified by:
containerin interfaceEmfComboboxSectionBuilder.IPropertyBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
feature
public EmfComboboxSectionBuilder.LabelBuilder<T,V> feature(org.eclipse.emf.ecore.EStructuralFeature feature) - Specified by:
featurein interfaceIFeatureBuilder<T extends org.eclipse.emf.ecore.EObject>
-
index
- Specified by:
indexin interfaceIIndexBuilder<T extends org.eclipse.emf.ecore.EObject>
-