org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal
Class TreeMasterDetailSWTRenderer

java.lang.Object
  extended by org.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
      extended by org.eclipse.emf.ecp.view.spi.swt.AbstractSWTRenderer<VTreeMasterDetail>
          extended by org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal.TreeMasterDetailSWTRenderer

public class TreeMasterDetailSWTRenderer
extends AbstractSWTRenderer<VTreeMasterDetail>

SWT Renderer for a VTreeMasterDetail element.

Author:
Anas Chakfeh

Field Summary
static String GLOBAL_ADDITIONS
          Static string.
 
Constructor Summary
TreeMasterDetailSWTRenderer()
           
 
Method Summary
 SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
          Returns the GridDescription for this Renderer.
 
Methods inherited from class org.eclipse.emf.ecp.view.spi.swt.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

GLOBAL_ADDITIONS

public static final String GLOBAL_ADDITIONS
Static string.

See Also:
Constant Field Values
Constructor Detail

TreeMasterDetailSWTRenderer

public TreeMasterDetailSWTRenderer()
Method Detail

getGridDescription

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

Specified by:
getGridDescription in class AbstractSWTRenderer<VTreeMasterDetail>
Parameters:
gridDescription - the current GridDescription
Returns:
the number of controls per row
See Also:
AbstractSWTRenderer.getGridDescription(SWTGridDescription)


Copyright © 2014. All Rights Reserved.