|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.internal.table.generator.TableColumnGenerator
public final class TableColumnGenerator
Helper class to generate VTableColumnConfigurations for a VTableControl.
| Method Summary | |
|---|---|
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)
Generates columns for every EAttribute of the given EClass and adds them to the
VTableControl. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void generateColumns(org.eclipse.emf.ecore.EClass clazz,
VTableControl vTableControl)
EAttribute of the given EClass and adds them to the
VTableControl.
clazz - the EClass to usevTableControl - the table control to use
public 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 use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||