Uses of Interface
com.amalgamasimulation.desktop.ui.editor.common.ITwoTableSection
Packages that use ITwoTableSection
Package
Description
-
Uses of ITwoTableSection in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders that return ITwoTableSection -
Uses of ITwoTableSection in com.amalgamasimulation.desktop.ui.editor.sections
Classes in com.amalgamasimulation.desktop.ui.editor.sections that implement ITwoTableSectionModifier and TypeClassDescriptionclassEmfTwoTablesSection<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject, R> classTwoTablesSection<T,V, R> -
Uses of ITwoTableSection in com.amalgamasimulation.desktop.ui.editor.sections.internal
Classes in com.amalgamasimulation.desktop.ui.editor.sections.internal that implement ITwoTableSectionModifier and TypeClassDescriptionclasscom.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection<T,V, R, E extends Table<V>, W extends Table<R>, Q extends TableProperties<T, V, E>, A extends TableProperties<V, R, W>, S extends TableToolBarProperties<V>, D extends TableToolBarProperties<R>, P extends com.amalgamasimulation.desktop.ui.editor.internal.AbstractInternalTable<T, V, E, Q, S>, G extends com.amalgamasimulation.desktop.ui.editor.internal.AbstractInternalTable<V, R, W, A, D>>