org.eclipse.emf.ecp.ui.view.swt.di.renderer
Class DIContainerSWTRenderer

java.lang.Object
  extended by org.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
      extended by org.eclipse.emfforms.spi.swt.core.AbstractSWTRenderer<VELEMENT>
          extended by org.eclipse.emf.ecp.view.spi.core.swt.ContainerSWTRenderer<VElement>
              extended by org.eclipse.emf.ecp.ui.view.swt.di.renderer.DIContainerSWTRenderer

public class DIContainerSWTRenderer
extends ContainerSWTRenderer<VElement>

DI Renderer for Container.

Author:
jfaltermeier

Field Summary
static String CHILDREN
          Named string for the children of a container.
 
Constructor Summary
DIContainerSWTRenderer(VElement vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory factory, EMFFormsDatabinding emfFormsDatabinding)
          Default constructor.
 
Method Summary
 
Methods inherited from class org.eclipse.emf.ecp.view.spi.core.swt.ContainerSWTRenderer
getGridDescription
 
Methods inherited from class org.eclipse.emfforms.spi.swt.core.AbstractSWTRenderer
finalizeRendering, init, render
 
Methods inherited from class org.eclipse.emf.ecp.view.model.common.AbstractRenderer
getVElement, getViewModelContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILDREN

public static final String CHILDREN
Named string for the children of a container.

See Also:
Constant Field Values
Constructor Detail

DIContainerSWTRenderer

public DIContainerSWTRenderer(VElement vElement,
                              ViewModelContext viewContext,
                              ReportService reportService,
                              EMFFormsRendererFactory factory,
                              EMFFormsDatabinding emfFormsDatabinding)
Default constructor.

Parameters:
vElement - the view model element to be rendered
viewContext - the view context
reportService - the ReportService
factory - the EMFFormsRendererFactory
emfFormsDatabinding - The EMFFormsDatabinding


Copyright © 2015. All Rights Reserved.