|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface ECPControlFactory
The ControlFactory provides a
method (createControl(Class,EObject, VDomainModelReference)) for creating a
suitable
control with the known widgets.
| Method Summary | ||
|---|---|---|
|
createControl(Class<T> controlTypeClass,
org.eclipse.emf.ecore.EObject domainModel,
VDomainModelReference domainModelReference)
Deprecated. Creates an ECPAbstractControl based on a Class and the VDomainModelReference. |
|
|
createControl(String controlId)
Deprecated. Creates an ECPAbstractControl based on an id. |
|
Set<ECPControlDescription> |
getControlDescriptors()
Deprecated. A copy of all known ECPControlDescription. |
|
| Method Detail |
|---|
<T> T createControl(Class<T> controlTypeClass,
org.eclipse.emf.ecore.EObject domainModel,
VDomainModelReference domainModelReference)
ECPAbstractControl based on a Class and the VDomainModelReference.
T - the type of the control to returncontrolTypeClass - the type of the control to returndomainModel - The domain model object which is the root of the domain model referencedomainModelReference - the VDomainModelReference to use to identify the control
<T> T createControl(String controlId)
ECPAbstractControl based on an id.
T - the type of the control to returncontrolId - the if of the control to return
Set<ECPControlDescription> getControlDescriptors()
ECPControlDescription.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||