Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.EObjectTextSectionBuilder.LabelBuilder
Packages that use EObjectTextSectionBuilder.LabelBuilder
-
Uses of EObjectTextSectionBuilder.LabelBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement EObjectTextSectionBuilder.LabelBuilderModifier and TypeClassDescriptionstatic classEObjectTextSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject> Methods in com.amalgamasimulation.desktop.ui.editor.builders that return EObjectTextSectionBuilder.LabelBuilderModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1 extends org.eclipse.emf.ecore.EObject>
EObjectTextSectionBuilder.LabelBuilder<T1, V1> EObjectTextSectionBuilder.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, org.eclipse.emf.ecore.EStructuralFeature feature) EObjectTextSectionBuilder.Builder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EObjectTextSectionBuilder.PropertyBuilder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EObjectTextSectionBuilder.PropertyBuilder.valueExtractor(Function<T, V> valueExtractor)