Class EmfRealDistributionSectionBuilder.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.EmfRealDistributionSectionBuilder.PropertyBuilder<T>
- All Implemented Interfaces:
EmfRealDistributionSectionBuilder.IPropertyBuilder<T>,IFeatureBuilder<EmfRealDistributionSectionBuilder.LabelBuilder<T>>,IIndexBuilder<EmfRealDistributionSectionBuilder.IPropertyBuilder<T>>
- Enclosing class:
EmfRealDistributionSectionBuilder
public static class EmfRealDistributionSectionBuilder.PropertyBuilder<T extends org.eclipse.emf.ecore.EObject>
extends AbstractPropertyBuilder<T>
implements EmfRealDistributionSectionBuilder.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>
EmfRealDistributionSectionBuilder.FeatureBuilder<E> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfRealDistributionSectionBuilder.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) feature(org.eclipse.emf.ecore.EStructuralFeature feature) index(int index)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfRealDistributionSectionBuilder.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> EmfRealDistributionSectionBuilder.FeatureBuilder<E> container(org.eclipse.core.databinding.observable.value.IObservableValue<E> container) - Specified by:
containerin interfaceEmfRealDistributionSectionBuilder.IPropertyBuilder<T extends org.eclipse.emf.ecore.EObject>
-
feature
public EmfRealDistributionSectionBuilder.LabelBuilder<T> 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>
-