Interface EmfTwoTablesSectionBuilder.IPropertyBuilder<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject,R>
- All Superinterfaces:
IContainerVisibleEnableBuilder<T,EmfTwoTablesSectionBuilder.EmfTwoTablesBuilder<T, V, R>>
- All Known Implementing Classes:
EmfTwoTablesSectionBuilder.EmfTwoTablesBuilder
- Enclosing class:
EmfTwoTablesSectionBuilder
public static interface EmfTwoTablesSectionBuilder.IPropertyBuilder<T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.emf.ecore.EObject,R>
extends IContainerVisibleEnableBuilder<T,EmfTwoTablesSectionBuilder.EmfTwoTablesBuilder<T,V,R>>
-
Method Summary
Modifier and TypeMethodDescriptioninitialSizeMainTable(int size) orientation(Orientation orientation) Methods inherited from interface com.amalgamasimulation.desktop.ui.editor.builders.interfaces.IContainerVisibleEnableBuilder
enabled, visible
-
Method Details
-
initialSizeMainTable
-
orientation
-
mainTable
EmfTwoTablesSectionBuilder.EmfTableFeatureElementsBuilder<T,V> mainTable() -
secondTable
EmfTwoTablesSectionBuilder.EmfTableFeatureElementsBuilder<V,R> secondTable()
-