org.eclipse.emf.ecp.view.spi.horizontal.swt
Class HorizontalLayoutSWTRenderer
java.lang.Object
org.eclipse.emf.ecp.view.model.common.AbstractRenderer<VELEMENT>
org.eclipse.emf.ecp.view.spi.swt.AbstractSWTRenderer<VHorizontalLayout>
org.eclipse.emf.ecp.view.spi.horizontal.swt.HorizontalLayoutSWTRenderer
public class HorizontalLayoutSWTRenderer
- extends AbstractSWTRenderer<VHorizontalLayout>
The SWT Renderer for the VHorizontalLayout
. It renders all elements next to each other.
- Since:
- 1.2
- Author:
- Eugen Neufeld
HorizontalLayoutSWTRenderer
public HorizontalLayoutSWTRenderer()
getGridDescription
public SWTGridDescription getGridDescription(SWTGridDescription gridDescription)
- Returns the GridDescription for this Renderer.
- Specified by:
getGridDescription
in class AbstractSWTRenderer<VHorizontalLayout>
- Parameters:
gridDescription
- the current GridDescription
- Returns:
- the number of controls per row
- See Also:
AbstractSWTRenderer.getGridDescription(SWTGridDescription)
Copyright © 2014. All Rights Reserved.