Interface ITwoTableSection<V,R>

All Superinterfaces:
ISection
All Known Implementing Classes:
com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTwoTablesSection, EmfTwoTablesSection, TwoTablesSection

public interface ITwoTableSection<V,R> extends ISection
  • Method Details

    • getMainTable

      Table<V> getMainTable()
    • getSecondTable

      Table<R> getSecondTable()