Class EmfEnumBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.custom.EmfEnumBuilder.Builder<T,V>
- All Implemented Interfaces:
EmfEnumBuilder.ContainerFormatBuilder<T,,V> EmfEnumBuilder.EnumElementsBuilder<T,,V> EmfEnumBuilder.FeatureBuilder<T,,V> EmfEnumBuilder.FinalBuilder<T,,V> IComboBoxPropertiesBuilder<EmfEnumBuilder.FinalBuilder<T,,V>> IContainerFormatBuilder<T,,V, EmfEnumBuilder.FinalBuilder<T, V>> IContainerHandlerBuilder<T,,V, EmfEnumBuilder.FinalBuilder<T, V>> ICreateBuilder<CustomSectionBuilder.FinalBuilder>,IEnumElementsBuilder<V,,EmfEnumBuilder.ContainerFormatBuilder<T, V>> IFeatureBuilder<EmfEnumBuilder.EnumElementsBuilder<T,V>>
- Enclosing class:
EmfEnumBuilder
public static class EmfEnumBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V>
extends Object
implements EmfEnumBuilder.FeatureBuilder<T,V>, EmfEnumBuilder.EnumElementsBuilder<T,V>, EmfEnumBuilder.ContainerFormatBuilder<T,V>, EmfEnumBuilder.FinalBuilder<T,V>
-
Method Summary
Modifier and TypeMethodDescriptioncomboBoxProperties(ComboBoxProperties comboBoxProperties) create()static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfEnumBuilder.FeatureBuilder<T1, V1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<EmfComboboxDataBinding<T1, V1>, ComboBoxProperties> createAction) feature(org.eclipse.emf.ecore.EStructuralFeature feature) format(BiFunction<T, V, String> format) handler(BiConsumer<T, V> handler)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject,V1> EmfEnumBuilder.FeatureBuilder<T1,V1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<EmfComboboxDataBinding<T1, V1>, ComboBoxProperties> createAction) -
feature
public EmfEnumBuilder.EnumElementsBuilder<T,V> feature(org.eclipse.emf.ecore.EStructuralFeature feature) - Specified by:
featurein interfaceIFeatureBuilder<T extends org.eclipse.emf.ecore.EObject>
-
elements
- Specified by:
elementsin interfaceIEnumElementsBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
format
- Specified by:
formatin interfaceIContainerFormatBuilder<T extends org.eclipse.emf.ecore.EObject,V, EmfEnumBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject, V>>
-
handler
- Specified by:
handlerin interfaceIContainerHandlerBuilder<T extends org.eclipse.emf.ecore.EObject,V, EmfEnumBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject, V>>
-
comboBoxProperties
- Specified by:
comboBoxPropertiesin interfaceIComboBoxPropertiesBuilder<T extends org.eclipse.emf.ecore.EObject>
-
create
- Specified by:
createin interfaceICreateBuilder<T extends org.eclipse.emf.ecore.EObject>
-