Class EmfStringIdSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.builders.EmfStringIdSectionBuilder.Builder<T>
- All Implemented Interfaces:
EmfStringIdSectionBuilder.FeatureIdBuilder<T>,EmfStringIdSectionBuilder.FinalBuilder<T>,EmfStringIdSectionBuilder.LabelBuilder<T>,EmfStringIdSectionBuilder.ListElementsBuilder<T>,EmfStringIdSectionBuilder.ParentBuilder<T>,IContainerHandlerBuilder<T,,String, EmfStringIdSectionBuilder.FinalBuilder<T>> IContainerLabelBuilder<T,,EmfStringIdSectionBuilder.FinalBuilder<T>> IContainerVisibleEnableBuilder<T,,EmfStringIdSectionBuilder.FinalBuilder<T>> ICreateBuilder<ITextSection<String>>,IEmfButtonBuilder<EmfStringIdSectionBuilder.FinalBuilder<T>>,IEmfObservableListener<EmfStringIdSectionBuilder.FinalBuilder<T>>,IFeatureIdBuilder<EmfStringIdSectionBuilder.ListElementsBuilder<T>>,ILabelBuilder<EmfStringIdSectionBuilder.FinalBuilder<T>>,ILabelPropertiesBuilder<EmfStringIdSectionBuilder.FinalBuilder<T>>,IListElementsForIdBuilder<T,,EmfStringIdSectionBuilder.LabelBuilder<T>> IParentBuilder<EmfStringIdSectionBuilder.FeatureIdBuilder<T>>,ITextPropertiesBuilder<EmfStringIdSectionBuilder.FinalBuilder<T>>,IToolTipBuilder<EmfStringIdSectionBuilder.FinalBuilder<T>>
- Enclosing class:
EmfStringIdSectionBuilder
public static class EmfStringIdSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject>
extends Object
implements EmfStringIdSectionBuilder.ParentBuilder<T>, EmfStringIdSectionBuilder.FeatureIdBuilder<T>, EmfStringIdSectionBuilder.ListElementsBuilder<T>, EmfStringIdSectionBuilder.LabelBuilder<T>, EmfStringIdSectionBuilder.FinalBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddButton(IButtonProperties buttonProperties) create()static <T1 extends org.eclipse.emf.ecore.EObject>
EmfStringIdSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) static <T1 extends org.eclipse.emf.ecore.EObject>
EmfStringIdSectionBuilder.FeatureIdBuilder<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>
EmfStringIdSectionBuilder.ListElementsBuilder<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 featureId) featureId(org.eclipse.emf.ecore.EStructuralFeature featureId) handler(BiConsumer<T, String> 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> EmfStringIdSectionBuilder.ParentBuilder<T1> create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable) -
create
public static <T1 extends org.eclipse.emf.ecore.EObject> EmfStringIdSectionBuilder.FeatureIdBuilder<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> EmfStringIdSectionBuilder.ListElementsBuilder<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 featureId) -
parent
public EmfStringIdSectionBuilder.FeatureIdBuilder<T> parent(org.eclipse.swt.widgets.Composite parent) - Specified by:
parentin interfaceIParentBuilder<T extends org.eclipse.emf.ecore.EObject>
-
featureId
public EmfStringIdSectionBuilder.ListElementsBuilder<T> featureId(org.eclipse.emf.ecore.EStructuralFeature featureId) - Specified by:
featureIdin interfaceIFeatureIdBuilder<T extends org.eclipse.emf.ecore.EObject>
-
elements
- Specified by:
elementsin interfaceIListElementsForIdBuilder<T extends org.eclipse.emf.ecore.EObject,EmfStringIdSectionBuilder.LabelBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
elements
- Specified by:
elementsin interfaceIListElementsForIdBuilder<T extends org.eclipse.emf.ecore.EObject,EmfStringIdSectionBuilder.LabelBuilder<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,String, EmfStringIdSectionBuilder.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>
-
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,EmfStringIdSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
visible
- Specified by:
visiblein interfaceIContainerVisibleEnableBuilder<T extends org.eclipse.emf.ecore.EObject,EmfStringIdSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-
observableFeatures
public EmfStringIdSectionBuilder.FinalBuilder<T> observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) - Specified by:
observableFeaturesin interfaceIEmfObservableListener<T extends org.eclipse.emf.ecore.EObject>
-
observableFeaturePaths
public EmfStringIdSectionBuilder.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>
-
tooltip
- Specified by:
tooltipin interfaceIToolTipBuilder<T extends org.eclipse.emf.ecore.EObject>
-
label
- Specified by:
labelin interfaceIContainerLabelBuilder<T extends org.eclipse.emf.ecore.EObject,EmfStringIdSectionBuilder.FinalBuilder<T extends org.eclipse.emf.ecore.EObject>>
-