Class EmfStringIdSectionBuilder.PropertyBuilder<T extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.interfaces.AbstractPropertyBuilder<T>
com.amalgamasimulation.desktop.ui.editor.builders.EmfStringIdSectionBuilder.PropertyBuilder<T>
- All Implemented Interfaces:
EmfStringIdSectionBuilder.IPropertyBuilder<T>,IFeatureIdBuilder<EmfStringIdSectionBuilder.ListElementsBuilder<T>>,IIndexBuilder<EmfStringIdSectionBuilder.IPropertyBuilder<T>>
- Enclosing class:
EmfStringIdSectionBuilder
public static class EmfStringIdSectionBuilder.PropertyBuilder<T extends org.eclipse.emf.ecore.EObject>
extends AbstractPropertyBuilder<T>
implements EmfStringIdSectionBuilder.IPropertyBuilder<T>
-
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>
EmfStringIdSectionBuilder.FeatureIdBuilder<E> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfStringIdSectionBuilder.IPropertyBuilder<T1> 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) featureId(org.eclipse.emf.ecore.EStructuralFeature featureId) index(int index)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfStringIdSectionBuilder.IPropertyBuilder<T1> 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> EmfStringIdSectionBuilder.FeatureIdBuilder<E> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) - Specified by:
containerin interfaceEmfStringIdSectionBuilder.IPropertyBuilder<T extends org.eclipse.emf.ecore.EObject>
-
featureId
public EmfStringIdSectionBuilder.ListElementsBuilder<T> featureId(org.eclipse.emf.ecore.EStructuralFeature featureId) - Specified by:
featureIdin interfaceIFeatureIdBuilder<T extends org.eclipse.emf.ecore.EObject>
-
index
- Specified by:
indexin interfaceIIndexBuilder<T extends org.eclipse.emf.ecore.EObject>
-