Class EmfDistributionSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.EmfDistributionSectionBuilder.Builder<T>
- All Implemented Interfaces:
EmfDistributionSectionBuilder.FeatureBuilder<T>,EmfDistributionSectionBuilder.FinalBuilder<T>,EmfDistributionSectionBuilder.LabelBuilder<T>,EmfDistributionSectionBuilder.ParentBuilder<T>,ICanBeNullBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IContainerHandlerBuilder<T,,com.amalgamasimulation.randomdatamodel.Distribution, EmfDistributionSectionBuilder.FinalBuilder<T>> IContainerLabelBuilder<T,,EmfDistributionSectionBuilder.FinalBuilder<T>> IContainerVisibleEnableBuilder<T,,EmfDistributionSectionBuilder.FinalBuilder<T>> ICreateBuilder<ITextSection<com.amalgamasimulation.randomdatamodel.Distribution>>,IDistributionSettingsBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IEmfButtonBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IEmfObservableListener<EmfDistributionSectionBuilder.FinalBuilder<T>>,IFeatureBuilder<EmfDistributionSectionBuilder.LabelBuilder<T>>,ILabelBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,ILabelPropertiesBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IParentBuilder<EmfDistributionSectionBuilder.FeatureBuilder<T>>,IRealDistributionSettingsBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,ITextPropertiesBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IToolTipBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>,IWithoutDefaultButtonBuilder<EmfDistributionSectionBuilder.FinalBuilder<T>>
- Enclosing class:
EmfDistributionSectionBuilder
public static class EmfDistributionSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
extends Object
implements EmfDistributionSectionBuilder.ParentBuilder<T>, EmfDistributionSectionBuilder.FeatureBuilder<T>, EmfDistributionSectionBuilder.LabelBuilder<T>, EmfDistributionSectionBuilder.FinalBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddButton(IButtonProperties buttonProperties) additionalCheck(Predicate<com.amalgamasimulation.randomdatamodel.Distribution> additionalCheck) canBeNull(BooleanSupplier canBeNull) ITextSection<com.amalgamasimulation.randomdatamodel.Distribution> create()static <T1 extends org.eclipse.emf.ecore.EObject>
EmfDistributionSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfDistributionSectionBuilder.FeatureBuilder<T1> 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>
EmfDistributionSectionBuilder.LabelBuilder<T1> 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) handler(BiConsumer<T, com.amalgamasimulation.randomdatamodel.Distribution> handler) labelProperties(LabelProperties labelProperties) leftBorder(double leftBorder) observableFeaturePaths(org.eclipse.emf.databinding.FeaturePath... observableFeaturePaths) observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) parent(org.eclipse.swt.widgets.Composite parent) rightBorder(double rightBorder) textProperties(TextProperties textProperties) tooltip(ToolTipProperties tooltip) tooltips(com.amalgamasimulation.desktop.ui.dialogs.DistributionDialogTooltip tooltips)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfDistributionSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfDistributionSectionBuilder.FeatureBuilder<T1> 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> EmfDistributionSectionBuilder.LabelBuilder<T1> 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) -
parent
public EmfDistributionSectionBuilder.FeatureBuilder<T> parent(org.eclipse.swt.widgets.Composite parent) - Specified by:
parentin interfaceIParentBuilder<T extends org.eclipse.emf.ecore.EObject>
-
feature
public EmfDistributionSectionBuilder.LabelBuilder<T> 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>
-
handler
public EmfDistributionSectionBuilder.FinalBuilder<T> handler(BiConsumer<T, com.amalgamasimulation.randomdatamodel.Distribution> handler) - Specified by:
handlerin interfaceIContainerHandlerBuilder<T extends org.eclipse.emf.ecore.EObject,com.amalgamasimulation.randomdatamodel.Distribution, EmfDistributionSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
labelProperties
public EmfDistributionSectionBuilder.FinalBuilder<T> labelProperties(LabelProperties labelProperties) - Specified by:
labelPropertiesin interfaceILabelPropertiesBuilder<T extends org.eclipse.emf.ecore.EObject>
-
textProperties
- Specified by:
textPropertiesin interfaceITextPropertiesBuilder<T extends org.eclipse.emf.ecore.EObject>
-
create
- Specified by:
createin interfaceICreateBuilder<T extends org.eclipse.emf.ecore.EObject>
-
withoutDefaultButton
- Specified by:
withoutDefaultButtonin interfaceIWithoutDefaultButtonBuilder<T extends org.eclipse.emf.ecore.EObject>
-
enabled
- Specified by:
enabledin interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfDistributionSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-
visible
- Specified by:
visiblein interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfDistributionSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
addButton
- Specified by:
addButtonin interfaceIEmfButtonBuilder<T extends org.eclipse.emf.ecore.EObject>
-
tooltips
public EmfDistributionSectionBuilder.FinalBuilder<T> tooltips(com.amalgamasimulation.desktop.ui.dialogs.DistributionDialogTooltip tooltips) - Specified by:
tooltipsin interfaceIDistributionSettingsBuilder<T extends org.eclipse.emf.ecore.EObject>
-
leftBorder
- Specified by:
leftBorderin interfaceIRealDistributionSettingsBuilder<T extends org.eclipse.emf.ecore.EObject>
-
rightBorder
- Specified by:
rightBorderin interfaceIRealDistributionSettingsBuilder<T extends org.eclipse.emf.ecore.EObject>
-
additionalCheck
public EmfDistributionSectionBuilder.FinalBuilder<T> additionalCheck(Predicate<com.amalgamasimulation.randomdatamodel.Distribution> additionalCheck) - Specified by:
additionalCheckin interfaceIDistributionSettingsBuilder<T extends org.eclipse.emf.ecore.EObject>
-
canBeNull
- Specified by:
canBeNullin interfaceICanBeNullBuilder<T extends org.eclipse.emf.ecore.EObject>
-
observableFeatures
public EmfDistributionSectionBuilder.FinalBuilder<T> observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) - Specified by:
observableFeaturesin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
observableFeaturePaths
public EmfDistributionSectionBuilder.FinalBuilder<T> 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>
-
label
- Specified by:
labelin interfaceIContainerLabelBuilder<T extends org.eclipse.emf.ecore.EObject,EmfDistributionSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-