public interface EMFFormsRendererFactory
VElement
and
ViewModelContext
.Modifier and Type | Method and Description |
---|---|
<VELEMENT extends VElement> |
getAdditionalRendererInstances(VELEMENT vElement,
ViewModelContext viewModelContext)
Returns a collection of all additional renderer which contribute controls for the provided
VElement . |
<VELEMENT extends VElement> |
getRendererInstance(VELEMENT vElement,
ViewModelContext viewModelContext)
Returns the renderer which fits the provided
VElement and ViewModelContext the most. |
<VELEMENT extends VElement> AbstractSWTRenderer<VElement> getRendererInstance(VELEMENT vElement, ViewModelContext viewModelContext) throws EMFFormsNoRendererException
VElement
and ViewModelContext
the most.VELEMENT
- The VElement typevElement
- the VElement
to find the renderer forviewModelContext
- the ViewModelContext
to find the renderer forEMFFormsNoRendererException
- is thrown when no renderer can be found<VELEMENT extends VElement> Collection<AbstractAdditionalSWTRenderer<VElement>> getAdditionalRendererInstances(VELEMENT vElement, ViewModelContext viewModelContext)
VElement
.VELEMENT
- The VElement typevElement
- the VElement
to get additional renderer forviewModelContext
- the ViewModelContext
to checkCopyright © 2018. All rights reserved.