org.eclipse.emf.ecp.view.spi.swt
Class UnknownVElementSWTRenderer

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.swt.UnknownVElementSWTRenderer

public final class UnknownVElementSWTRenderer
extends AbstractSWTRenderer<VElement>

This is a renderer, which is used to displays something usefull instead of an error if a VElement is missing.

Since:
1.3
Author:
Eugen Neufeld

Constructor Summary
UnknownVElementSWTRenderer(VElement vElement, ViewModelContext viewContext, ReportService reportService)
          Default constructor.
 
Method Summary
 SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
          Returns the GridDescription for this Renderer.
 
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
 

Constructor Detail

UnknownVElementSWTRenderer

public UnknownVElementSWTRenderer(VElement vElement,
                                  ViewModelContext viewContext,
                                  ReportService reportService)
Default constructor.

Parameters:
vElement - The VElement
viewContext - The ViewModelContext
reportService - The ReportService
Since:
1.6
Method Detail

getGridDescription

public SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
Returns the GridDescription for this Renderer.

Specified by:
getGridDescription in class AbstractSWTRenderer<VElement>
Parameters:
gridDescription - the current SWTGridDescription
Returns:
the number of controls per row
See Also:
AbstractSWTRenderer.getGridDescription(org.eclipse.emfforms.spi.swt.core.layout.SWTGridDescription)


Copyright © 2015. All Rights Reserved.