public class EEFControlSwitch
extends java.lang.Object
| Constructor and Description |
|---|
EEFControlSwitch(org.eclipse.sirius.common.interpreter.api.IInterpreter interpreter,
EditingContextAdapter editingContextAdapter)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IEEFLifecycleManager> |
doCreate(org.eclipse.swt.widgets.Composite parent,
IEEFFormContainer formContainer,
EEFControlDescription controlDescription,
org.eclipse.sirius.common.interpreter.api.IVariableManager variableManager)
Creates the control from the given description in the given parent.
|
public EEFControlSwitch(org.eclipse.sirius.common.interpreter.api.IInterpreter interpreter,
EditingContextAdapter editingContextAdapter)
interpreter - The interpretereditingContextAdapter - The editing context adapterpublic java.util.List<IEEFLifecycleManager> doCreate(org.eclipse.swt.widgets.Composite parent, IEEFFormContainer formContainer, EEFControlDescription controlDescription, org.eclipse.sirius.common.interpreter.api.IVariableManager variableManager)
parent - The parent in which the control should be createdformContainer - The container of the formcontrolDescription - The description of the control to be createdvariableManager - The variable manager