Class EmfTableSection<T extends org.eclipse.emf.ecore.EObject,V>

java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection<T,V,EMFTable<V>,EmfTableProperties<T,V>,EmfTableToolBarProperties<V>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.EmfTableSection<T,V>
All Implemented Interfaces:
ISection, ITableSection<T,V,EMFTable<V>>

public class EmfTableSection<T extends org.eclipse.emf.ecore.EObject,V> extends com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection<T,V,EMFTable<V>,EmfTableProperties<T,V>,EmfTableToolBarProperties<V>,com.amalgamasimulation.desktop.ui.editor.internal.EmfInternalTable<T,V>>
  • Field Summary

    Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection

    internalTable

    Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section

    compositeForSection, elements, eventBroker
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     

    Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection

    isEnable, isVisible, setContainer, setEnable, setVisible

    Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section

    createSection, getCompositeSection, getCountColumns, moveBelow, needHorizontalIndent, setEnable, setEventBroker, setParent, setVisible, updateEnable, updateSection, updateVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.amalgamasimulation.desktop.ui.editor.common.ISection

    updateEnable, updateSection, updateVisible
  • Constructor Details

    • EmfTableSection

      public EmfTableSection()
  • Method Details