Class EmfLocalDateTimeSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.EmfLocalDateTimeSectionBuilder.Builder<T>
- All Implemented Interfaces:
EmfLocalDateTimeSectionBuilder.FeatureBuilder<T>,EmfLocalDateTimeSectionBuilder.FinalBuilder<T>,EmfLocalDateTimeSectionBuilder.LabelBuilder<T>,EmfLocalDateTimeSectionBuilder.ParentBuilder<T>,ICanBeNullBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IContainerHandlerBuilder<T,,LocalDateTime, EmfLocalDateTimeSectionBuilder.FinalBuilder<T>> IContainerLabelBuilder<T,,EmfLocalDateTimeSectionBuilder.FinalBuilder<T>> IContainerVisibleEnableBuilder<T,,EmfLocalDateTimeSectionBuilder.FinalBuilder<T>> ICreateBuilder<ITextSection<LocalDateTime>>,IEmfButtonBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IEmfObservableListener<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IFeatureBuilder<EmfLocalDateTimeSectionBuilder.LabelBuilder<T>>,ILabelBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,ILabelPropertiesBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,ILocalDateBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,INewLocalDateTimeBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IParentBuilder<EmfLocalDateTimeSectionBuilder.FeatureBuilder<T>>,ITextPropertiesBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IToolTipBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>,IWithoutDefaultButtonBuilder<EmfLocalDateTimeSectionBuilder.FinalBuilder<T>>
- Enclosing class:
EmfLocalDateTimeSectionBuilder
public static class EmfLocalDateTimeSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
extends Object
implements EmfLocalDateTimeSectionBuilder.ParentBuilder<T>, EmfLocalDateTimeSectionBuilder.FeatureBuilder<T>, EmfLocalDateTimeSectionBuilder.LabelBuilder<T>, EmfLocalDateTimeSectionBuilder.FinalBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddButton(IButtonProperties buttonProperties) canBeNull(BooleanSupplier canBeNull) create()static <T1 extends org.eclipse.emf.ecore.EObject>
EmfLocalDateTimeSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfLocalDateTimeSectionBuilder.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>
EmfLocalDateTimeSectionBuilder.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) date()feature(org.eclipse.emf.ecore.EStructuralFeature feature) handler(BiConsumer<T, LocalDateTime> handler) labelProperties(LabelProperties labelProperties) newLocalDateTime(Supplier<LocalDateTime> newLocalDateTime) observableFeaturePaths(org.eclipse.emf.databinding.FeaturePath... observableFeaturePaths) observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) parent(org.eclipse.swt.widgets.Composite parent) textProperties(TextProperties textProperties) tooltip(ToolTipProperties tooltip)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfLocalDateTimeSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfLocalDateTimeSectionBuilder.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> EmfLocalDateTimeSectionBuilder.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 EmfLocalDateTimeSectionBuilder.FeatureBuilder<T> parent(org.eclipse.swt.widgets.Composite parent) - Specified by:
parentin interfaceIParentBuilder<T extends org.eclipse.emf.ecore.EObject>
-
feature
public EmfLocalDateTimeSectionBuilder.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
- Specified by:
handlerin interfaceIContainerHandlerBuilder<T extends org.eclipse.emf.ecore.EObject,LocalDateTime, EmfLocalDateTimeSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
labelProperties
public EmfLocalDateTimeSectionBuilder.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>
-
addButton
- Specified by:
addButtonin interfaceIEmfButtonBuilder<T extends org.eclipse.emf.ecore.EObject>
-
date
- Specified by:
datein interfaceILocalDateBuilder<T extends org.eclipse.emf.ecore.EObject>
-
newLocalDateTime
public EmfLocalDateTimeSectionBuilder.FinalBuilder<T> newLocalDateTime(Supplier<LocalDateTime> newLocalDateTime) - Specified by:
newLocalDateTimein interfaceINewLocalDateTimeBuilder<T extends org.eclipse.emf.ecore.EObject>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-
enabled
- Specified by:
enabledin interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfLocalDateTimeSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
visible
- Specified by:
visiblein interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfLocalDateTimeSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
canBeNull
- Specified by:
canBeNullin interfaceICanBeNullBuilder<T extends org.eclipse.emf.ecore.EObject>
-
observableFeatures
public EmfLocalDateTimeSectionBuilder.FinalBuilder<T> observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) - Specified by:
observableFeaturesin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
observableFeaturePaths
public EmfLocalDateTimeSectionBuilder.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,EmfLocalDateTimeSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-