Uses of Class
com.amalgamasimulation.desktop.ui.tables.EMFTable
Packages that use EMFTable
Package
Description
-
Uses of EMFTable in com.amalgamasimulation.desktop.ui.builders
Method parameters in com.amalgamasimulation.desktop.ui.builders with type arguments of type EMFTableModifier and TypeMethodDescriptionEMFMultiToolListDialogEditingSupport.Builder.columns(BiConsumer<T, EMFTable<W>> columns) EMFMultiToolListDialogEditingSupport.ColumnsBuilder.columns(BiConsumer<T, EMFTable<W>> columns) Set function that create columns in table in dialogSet function that create columns in table in dialog -
Uses of EMFTable in com.amalgamasimulation.desktop.ui.editor.builders
Methods in com.amalgamasimulation.desktop.ui.editor.builders that return types with arguments of type EMFTableModifier and TypeMethodDescriptionITableSection<T, V, EMFTable<V>> EmfTableSectionBuilder.Builder.create()Method parameters in com.amalgamasimulation.desktop.ui.editor.builders with type arguments of type EMFTable -
Uses of EMFTable in com.amalgamasimulation.desktop.ui.editor.parts
Fields in com.amalgamasimulation.desktop.ui.editor.parts declared as EMFTableMethods in com.amalgamasimulation.desktop.ui.editor.parts with parameters of type EMFTableModifier and TypeMethodDescriptionprotected voidObjectsPage.updateChecked(EMFTable<T> tableView) Method parameters in com.amalgamasimulation.desktop.ui.editor.parts with type arguments of type EMFTableModifier and TypeMethodDescriptionObjectsPage.setAfterCreateTableElementAction(Consumer<EMFTable<T>> afterCreateTable) -
Uses of EMFTable in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections that return EMFTable -
Uses of EMFTable in com.amalgamasimulation.desktop.ui.tables
Methods in com.amalgamasimulation.desktop.ui.tables that return types with arguments of type EMFTableModifier and TypeMethodDescriptionstatic <T extends org.eclipse.emf.ecore.EObject>
Tables.ParentBuilder<T, EMFTable<T>> Creates and returns a table with editable data and a special set of functions for editing EMF data (EObject).