Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.EmfTableProperties
Packages that use EmfTableProperties
Package
Description
-
Uses of EmfTableProperties in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders with parameters of type EmfTablePropertiesModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfTwoTablesSectionBuilder.EmfTableFeatureElementsBuilder<T1, V1> EmfTwoTablesSectionBuilder.Builder.create(EmfTableProperties<T1, V1> tableProperties, EmfTableToolBarProperties<V1> toolbarProperties) -
Uses of EmfTableProperties in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections with parameters of type EmfTablePropertiesModifier and TypeMethodDescriptionvoidEmfTwoTablesSection.mainTableProperties(EmfTableProperties<T, V> tableProperties) voidEmfTwoTablesSection.secondTableProperties(EmfTableProperties<V, R> tableProperties) voidEmfTableSection.tableProperties(EmfTableProperties<T, V> tableProperties) -
Uses of EmfTableProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return EmfTablePropertiesModifier and TypeMethodDescriptionEmfTableProperties.elementsFeature(org.eclipse.emf.ecore.EStructuralFeature elementsFeature) Sets the EStructuralFeature used to extract elements from the container.EmfTableProperties.observableFeatures(org.eclipse.emf.ecore.EStructuralFeature... observableFeatures) Sets the EStructuralFeatures that should be observed for changes.