public final class TableColumnGenerator extends Object
VTableColumnConfigurations for a VTableControl.| Modifier and Type | Method and Description |
|---|---|
static void |
addColumn(org.eclipse.emf.ecore.EAttribute attribute,
VTableControl vTableControl)
Generates a column for the given
EAttribute and adds it to the VTableControl. |
static void |
generateColumns(org.eclipse.emf.ecore.EClass clazz,
VTableControl vTableControl)
|
public static void generateColumns(org.eclipse.emf.ecore.EClass clazz,
VTableControl vTableControl)
clazz - the EClass to usevTableControl - the table control to usepublic static void addColumn(org.eclipse.emf.ecore.EAttribute attribute,
VTableControl vTableControl)
EAttribute and adds it to the VTableControl.attribute - the attribute to usevTableControl - the table control to useCopyright © 2020. All rights reserved.