Class EmfComboboxSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.EmfComboboxSectionBuilder.Builder<T,V>
- All Implemented Interfaces:
EmfComboboxSectionBuilder.EmfFormatBuilder<T,,V> EmfComboboxSectionBuilder.FeatureBuilder<T,,V> EmfComboboxSectionBuilder.FinalBuilder<T,,V> EmfComboboxSectionBuilder.LabelBuilder<T,,V> EmfComboboxSectionBuilder.ListElementsBuilder<T,,V> EmfComboboxSectionBuilder.ParentBuilder<T,,V> ICanBeNullBuilder<EmfComboboxSectionBuilder.FinalBuilder<T,,V>> IComboBoxPropertiesBuilder<EmfComboboxSectionBuilder.FinalBuilder<T,,V>> IContainerFormatBuilder<T,,V, EmfComboboxSectionBuilder.FinalBuilder<T, V>> IContainerHandlerBuilder<T,,V, EmfComboboxSectionBuilder.FinalBuilder<T, V>> IContainerLabelBuilder<T,,EmfComboboxSectionBuilder.ListElementsBuilder<T, V>> IContainerVisibleEnableBuilder<T,,EmfComboboxSectionBuilder.FinalBuilder<T, V>> ICreateBuilder<IComboBoxSection<V>>,IEmfButtonBuilder<EmfComboboxSectionBuilder.FinalBuilder<T,,V>> IEmfFormatBuilder<T,,V, EmfComboboxSectionBuilder.FinalBuilder<T, V>> IEmfObservableListener<EmfComboboxSectionBuilder.FinalBuilder<T,,V>> IFeatureBuilder<EmfComboboxSectionBuilder.LabelBuilder<T,,V>> IFilterComparatorBuilder<V,,EmfComboboxSectionBuilder.FinalBuilder<T, V>> ILabelBuilder<EmfComboboxSectionBuilder.ListElementsBuilder<T,,V>> ILabelPropertiesBuilder<EmfComboboxSectionBuilder.FinalBuilder<T,,V>> IListElementsBuilder<V,,EmfComboboxSectionBuilder.EmfFormatBuilder<T, V>> IParentBuilder<EmfComboboxSectionBuilder.FeatureBuilder<T,,V>> ISelectFromTableButtonBuilder<V,,EmfComboboxSectionBuilder.FinalBuilder<T, V>> IToolTipBuilder<EmfComboboxSectionBuilder.FinalBuilder<T,V>>
- Enclosing class:
EmfComboboxSectionBuilder
public static class EmfComboboxSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V>
extends Object
implements EmfComboboxSectionBuilder.ParentBuilder<T,V>, EmfComboboxSectionBuilder.FeatureBuilder<T,V>, EmfComboboxSectionBuilder.LabelBuilder<T,V>, EmfComboboxSectionBuilder.ListElementsBuilder<T,V>, EmfComboboxSectionBuilder.EmfFormatBuilder<T,V>, EmfComboboxSectionBuilder.FinalBuilder<T,V>
-
Method Summary
Modifier and TypeMethodDescriptionaddButton(IButtonProperties buttonProperties) canBeNull(BooleanSupplier canBeNull) comboBoxProperties(ComboBoxProperties comboBoxProperties) comparator(Comparator<V> comparator) create()static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfComboboxSectionBuilder.ParentBuilder<T1, V1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfComboboxSectionBuilder.FeatureBuilder<T1, V1> 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) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfComboboxSectionBuilder.LabelBuilder<T1, V1> 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) feature(org.eclipse.emf.ecore.EStructuralFeature feature) format(BiFunction<T, V, String> format) format(org.eclipse.emf.ecore.EStructuralFeature featureName) handler(BiConsumer<T, V> handler) labelProperties(LabelProperties labelProperties) observableFeaturePaths(org.eclipse.emf.databinding.FeaturePath... observableFeaturePaths) observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) parent(org.eclipse.swt.widgets.Composite parent) selectFromTableButton(Consumer<Table<V>> columns) tooltip(ToolTipProperties tooltip)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject,V1> EmfComboboxSectionBuilder.FeatureBuilder<T1,V1> 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) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject,V1> EmfComboboxSectionBuilder.LabelBuilder<T1,V1> 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) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject,V1> EmfComboboxSectionBuilder.ParentBuilder<T1,V1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) -
parent
public EmfComboboxSectionBuilder.FeatureBuilder<T,V> parent(org.eclipse.swt.widgets.Composite parent) - Specified by:
parentin interfaceIParentBuilder<T extends org.eclipse.emf.ecore.EObject>
-
feature
public EmfComboboxSectionBuilder.LabelBuilder<T,V> feature(org.eclipse.emf.ecore.EStructuralFeature feature) - Specified by:
featurein interfaceIFeatureBuilder<T extends org.eclipse.emf.ecore.EObject>
-
label
- Specified by:
labelin interfaceILabelBuilder<T extends org.eclipse.emf.ecore.EObject>
-
label
- Specified by:
labelin interfaceIContainerLabelBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
elements
- Specified by:
elementsin interfaceIListElementsBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
format
- Specified by:
formatin interfaceIContainerFormatBuilder<T extends org.eclipse.emf.ecore.EObject,V, EmfComboboxSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject, V>>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-
format
public EmfComboboxSectionBuilder.FinalBuilder<T,V> format(org.eclipse.emf.ecore.EStructuralFeature featureName) - Specified by:
formatin interfaceIEmfFormatBuilder<T extends org.eclipse.emf.ecore.EObject,V, EmfComboboxSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject, V>>
-
handler
- Specified by:
handlerin interfaceIContainerHandlerBuilder<T extends org.eclipse.emf.ecore.EObject,V, EmfComboboxSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject, V>>
-
labelProperties
- Specified by:
labelPropertiesin interfaceILabelPropertiesBuilder<T extends org.eclipse.emf.ecore.EObject>
-
comboBoxProperties
public EmfComboboxSectionBuilder.FinalBuilder<T,V> comboBoxProperties(ComboBoxProperties comboBoxProperties) - Specified by:
comboBoxPropertiesin interfaceIComboBoxPropertiesBuilder<T extends org.eclipse.emf.ecore.EObject>
-
addButton
- Specified by:
addButtonin interfaceIEmfButtonBuilder<T extends org.eclipse.emf.ecore.EObject>
-
create
- Specified by:
createin interfaceICreateBuilder<T extends org.eclipse.emf.ecore.EObject>
-
enabled
- Specified by:
enabledin interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
visible
- Specified by:
visiblein interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
filter
- Specified by:
filterin interfaceIFilterComparatorBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
comparator
- Specified by:
comparatorin interfaceIFilterComparatorBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
canBeNull
- Specified by:
canBeNullin interfaceICanBeNullBuilder<T extends org.eclipse.emf.ecore.EObject>
-
selectFromTableButton
public EmfComboboxSectionBuilder.FinalBuilder<T,V> selectFromTableButton(Consumer<Table<V>> columns) - Specified by:
selectFromTableButtonin interfaceISelectFromTableButtonBuilder<T extends org.eclipse.emf.ecore.EObject,V>
-
observableFeatures
public EmfComboboxSectionBuilder.FinalBuilder<T,V> observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) - Specified by:
observableFeaturesin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
observableFeaturePaths
public EmfComboboxSectionBuilder.FinalBuilder<T,V> observableFeaturePaths(org.eclipse.emf.databinding.FeaturePath... observableFeaturePaths) - Specified by:
observableFeaturePathsin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-