|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.internal.editor.handler.ControlGenerator
public final class ControlGenerator
Generates and sets a list of controls to a VView.
| Method Summary | |
|---|---|
static void |
addControls(org.eclipse.emf.ecore.EClass rootClass,
VElement compositeToFill,
Set<org.eclipse.emf.ecore.EStructuralFeature> features)
Create controls and set them to the view. |
static void |
addControls(ECPProject project,
VContainer compositeToFill,
org.eclipse.emf.ecore.EClass datasegment,
Set<org.eclipse.emf.ecore.EStructuralFeature> features)
Create controls and set them to the view. |
static void |
generateAllControls(VView view)
Create all the controls and set them to the given view. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addControls(ECPProject project,
VContainer compositeToFill,
org.eclipse.emf.ecore.EClass datasegment,
Set<org.eclipse.emf.ecore.EStructuralFeature> features)
project - the ECPProject from which the rootClass is retrieved. It is assumed that the project
contains only one VView.compositeToFill - the VElement to fill , must be of type VView or VContainerdatasegment - the class to parsefeatures - the list of features to create
public static void addControls(org.eclipse.emf.ecore.EClass rootClass,
VElement compositeToFill,
Set<org.eclipse.emf.ecore.EStructuralFeature> features)
rootClass - the rootClass for identifying the pathcompositeToFill - the VElement to fill , must be of type VView or VContainerfeatures - the list of features to createpublic static void generateAllControls(VView view)
view - the view for which the controls are created for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||