Uses of Interface
com.amalgamasimulation.desktop.ui.editor.builders.EmfTextSectionBuilder.ParentBuilder
Packages that use EmfTextSectionBuilder.ParentBuilder
Package
Description
-
Uses of EmfTextSectionBuilder.ParentBuilder in com.amalgamasimulation.desktop.ui.editor
Methods in com.amalgamasimulation.desktop.ui.editor that return EmfTextSectionBuilder.ParentBuilderModifier and TypeMethodDescriptionstatic <T extends org.eclipse.emf.ecore.EObject>
EmfTextSectionBuilder.ParentBuilder<T, Double> Sections.emfDoubleEditor(org.eclipse.core.databinding.observable.value.WritableValue<T> containerObservable) static <T extends org.eclipse.emf.ecore.EObject>
EmfTextSectionBuilder.ParentBuilder<T, Integer> Sections.emfIntegerEditor(org.eclipse.core.databinding.observable.value.WritableValue<T> containerObservable) static <T extends org.eclipse.emf.ecore.EObject>
EmfTextSectionBuilder.ParentBuilder<T, String> Sections.emfStringEditor(org.eclipse.core.databinding.observable.value.WritableValue<T> containerObservable) static <T extends org.eclipse.emf.ecore.EObject,V>
EmfTextSectionBuilder.ParentBuilder<T, V> Sections.emfTextEditor(org.eclipse.core.databinding.observable.value.WritableValue<T> containerObservable) -
Uses of EmfTextSectionBuilder.ParentBuilder in com.amalgamasimulation.desktop.ui.editor.builders
Classes in com.amalgamasimulation.desktop.ui.editor.builders that implement EmfTextSectionBuilder.ParentBuilderModifier and TypeClassDescriptionstatic classEmfTextSectionBuilder.Builder<T extends org.eclipse.emf.ecore.EObject,V> Methods in com.amalgamasimulation.desktop.ui.editor.builders that return EmfTextSectionBuilder.ParentBuilderModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfTextSectionBuilder.ParentBuilder<T1, V1> EmfTextSectionBuilder.Builder.create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable)