org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer
Class DICustomControlSWT
java.lang.Object
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT
org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer.DICustomControlSWT
public class DICustomControlSWT
- extends ECPAbstractCustomControlSWT
ECPAbstractCustomControlSWT that will delegate its calls to a POJO.
- Author:
- jfaltermeier
getGridDescription
public SWTGridDescription getGridDescription()
- Returns the GridDescription for this Renderer.
- Specified by:
getGridDescription in class ECPAbstractCustomControlSWT
- Returns:
- the GridDescription
- See Also:
ECPAbstractCustomControlSWT.getGridDescription()
renderControl
public org.eclipse.swt.widgets.Control renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
throws NoRendererFoundException,
NoPropertyDescriptorFoundExeption
- Renders the control.
- Specified by:
renderControl in class ECPAbstractCustomControlSWT
- Parameters:
cell - the SWTGridCell of the control to renderparent - the Composite to render on
- Returns:
- the rendered
Control
- Throws:
NoRendererFoundException - this is thrown when a renderer cannot be found
NoPropertyDescriptorFoundExeption - this is thrown when no property descriptor can be found- See Also:
ECPAbstractCustomControlSWT.renderControl(org.eclipse.emfforms.spi.swt.core.layout.SWTGridCell,
org.eclipse.swt.widgets.Composite)
Copyright © 2015. All Rights Reserved.