org.eclipse.emf.ecp.view.spi.swt
Class AbstractAdditionalSWTRenderer<VELEMENT extends VElement>

java.lang.Object
  extended by org.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
      extended by org.eclipse.emf.ecp.view.spi.swt.AbstractSWTRenderer<VELEMENT>
          extended by org.eclipse.emf.ecp.view.spi.swt.AbstractAdditionalSWTRenderer<VELEMENT>
Type Parameters:
VELEMENT - the VElement this renderer is valid for
Direct Known Subclasses:
SWTDiffMergeAddition

public abstract class AbstractAdditionalSWTRenderer<VELEMENT extends VElement>
extends AbstractSWTRenderer<VELEMENT>

The renderer for additional controls.

Since:
1.3
Author:
Eugen Neufeld

Constructor Summary
AbstractAdditionalSWTRenderer()
           
 
Method Summary
 
Methods inherited from class org.eclipse.emf.ecp.view.spi.swt.AbstractSWTRenderer
finalizeRendering, getGridDescription, 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

AbstractAdditionalSWTRenderer

public AbstractAdditionalSWTRenderer()


Copyright © 2014. All Rights Reserved.