Uses of Class
com.amalgamasimulation.emf.datastructure.columns.EMFColumn
Packages that use EMFColumn
Package
Description
-
Uses of EMFColumn in com.amalgamasimulation.emf.datastructure.columns
Subclasses of EMFColumn in com.amalgamasimulation.emf.datastructure.columnsModifier and TypeClassDescriptionclassAttributeColumn<E extends org.eclipse.emf.ecore.EObject>classclassReferenceColumn<E extends org.eclipse.emf.ecore.EObject> -
Uses of EMFColumn in com.amalgamasimulation.emf.datastructure.sheets
Fields in com.amalgamasimulation.emf.datastructure.sheets with type parameters of type EMFColumnMethods in com.amalgamasimulation.emf.datastructure.sheets that return EMFColumnModifier and TypeMethodDescriptionEMFColumn<org.eclipse.emf.ecore.EObject> EMFInstanceSheet.getIdColumn()Methods in com.amalgamasimulation.emf.datastructure.sheets that return types with arguments of type EMFColumnMethods in com.amalgamasimulation.emf.datastructure.sheets with parameters of type EMFColumnModifier and TypeMethodDescriptionprotected ObjectEMFSheet.getValue(String stringValue, org.eclipse.emf.ecore.EClassifier classifier, EMFColumn<E> column, int rowIndex) protected ObjectMainClassPartEditSheet.getValue(String stringValue, org.eclipse.emf.ecore.EClassifier classifier, EMFColumn<org.eclipse.emf.ecore.EObject> column, int rowIndex) protected ObjectEMFSheet.getValueAndHandleException(String originalStringValue, org.eclipse.emf.ecore.EClassifier classifier, EMFColumn<E> column, int rowIndex)