Class EmfTwoTablesSection<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject,R>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection<T,V,R,EMFTable<V>,EMFTable<R>,EmfTableProperties<T,V>,EmfTableProperties<V,R>,EmfTableToolBarProperties<V>,EmfTableToolBarProperties<R>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<T,V>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<V,R>>
com.amalgamasimulation.desktop.ui.editor.sections.EmfTwoTablesSection<T,V,R>
- All Implemented Interfaces:
ISection,ITwoTableSection<V,R>
public class EmfTwoTablesSection<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject,R>
extends com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection<T,V,R,EMFTable<V>,EMFTable<R>,EmfTableProperties<T,V>,EmfTableProperties<V,R>,EmfTableToolBarProperties<V>,EmfTableToolBarProperties<R>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<T,V>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<V,R>>
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection
initialSizeMainTable, mainTable, orientation, secondTableFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
compositeForSection, elements, eventBroker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmainTableProperties(EmfTableProperties<T, V> tableProperties) voidmainToolBarProperties(EmfTableToolBarProperties<V> toolBarProperties) voidsecondTableProperties(EmfTableProperties<V, R> tableProperties) voidsecondToolBarProperties(EmfTableToolBarProperties<R> toolBarProperties) voidMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection
createSection, getMainTable, getSecondTable, initialSizeMainTable, isEnable, isVisible, mainContainer, orientation, setEnable, setVisibleMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
getCompositeSection, getCountColumns, moveBelow, needHorizontalIndent, setEnable, setEventBroker, setParent, setVisible, updateEnable, updateVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amalgamasimulation.desktop.ui.editor.common.ISection
updateEnable, updateVisible
-
Constructor Details
-
EmfTwoTablesSection
public EmfTwoTablesSection()
-
-
Method Details
-
mainTableProperties
-
mainToolBarProperties
-
secondTableProperties
-
secondToolBarProperties
-
updateSection
public void updateSection()- Specified by:
updateSectionin interfaceISection- Overrides:
updateSectionin classcom.amalgamasimulation.desktop.ui.editor.sections.internal.Section
-