Class EmfColorSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.EmfColorSectionBuilder.Builder<T>
- All Implemented Interfaces:
EmfColorSectionBuilder.FeatureBuilder<T>,EmfColorSectionBuilder.FinalBuilder<T>,EmfColorSectionBuilder.LabelBuilder<T>,EmfColorSectionBuilder.ParentBuilder<T>,ICanBeNullBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,IContainerHandlerBuilder<T,,Color, EmfColorSectionBuilder.FinalBuilder<T>> IContainerLabelBuilder<T,,EmfColorSectionBuilder.FinalBuilder<T>> IContainerVisibleEnableBuilder<T,,EmfColorSectionBuilder.FinalBuilder<T>> ICreateBuilder<ITextSection<Color>>,IEmfButtonBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,IEmfObservableListener<EmfColorSectionBuilder.FinalBuilder<T>>,IFeatureBuilder<EmfColorSectionBuilder.LabelBuilder<T>>,ILabelBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,ILabelPropertiesBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,IParentBuilder<EmfColorSectionBuilder.FeatureBuilder<T>>,ITextPropertiesBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,IToolTipBuilder<EmfColorSectionBuilder.FinalBuilder<T>>,IWithoutDefaultButtonBuilder<EmfColorSectionBuilder.FinalBuilder<T>>
- Enclosing class:
EmfColorSectionBuilder
public static class EmfColorSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
extends Object
implements EmfColorSectionBuilder.ParentBuilder<T>, EmfColorSectionBuilder.FeatureBuilder<T>, EmfColorSectionBuilder.LabelBuilder<T>, EmfColorSectionBuilder.FinalBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddButton(IButtonProperties buttonProperties) canBeNull(BooleanSupplier canBeNull) create()static <T1 extends org.eclipse.emf.ecore.EObject>
EmfColorSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfColorSectionBuilder.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>
EmfColorSectionBuilder.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, Color> 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) textProperties(TextProperties textProperties) tooltip(ToolTipProperties tooltip)
-
Method Details
-
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfColorSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfColorSectionBuilder.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> EmfColorSectionBuilder.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
- Specified by:
parentin interfaceIParentBuilder<T extends org.eclipse.emf.ecore.EObject>
-
feature
public EmfColorSectionBuilder.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,Color, EmfColorSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
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,EmfColorSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
visible
- Specified by:
visiblein interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfColorSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-
addButton
- Specified by:
addButtonin interfaceIEmfButtonBuilder<T extends org.eclipse.emf.ecore.EObject>
-
canBeNull
- Specified by:
canBeNullin interfaceICanBeNullBuilder<T extends org.eclipse.emf.ecore.EObject>
-
observableFeatures
public EmfColorSectionBuilder.FinalBuilder<T> observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) - Specified by:
observableFeaturesin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
observableFeaturePaths
public EmfColorSectionBuilder.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,EmfColorSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-