Uses of Interface
org.eclipse.emf.ecp.view.spi.renderer.RenderingResultRow

Packages that use RenderingResultRow
org.eclipse.emf.ecp.edit.internal.swt.controls   
org.eclipse.emf.ecp.edit.internal.swt.util   
org.eclipse.emf.ecp.view.spi.renderer   
 

Uses of RenderingResultRow in org.eclipse.emf.ecp.edit.internal.swt.controls
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.controls that return types with arguments of type RenderingResultRow
 List<RenderingResultRow<org.eclipse.swt.widgets.Control>> TableControl.createControls(org.eclipse.swt.widgets.Composite parent)
          Deprecated. Renders a control on the provided parent and returning a list of RenderingResultRows.
 

Uses of RenderingResultRow in org.eclipse.emf.ecp.edit.internal.swt.util
 

Classes in org.eclipse.emf.ecp.edit.internal.swt.util that implement RenderingResultRow
 class DoubleColumnRow
          Deprecated. 
 class SingleColumnRow
          Deprecated. 
 class ThreeColumnRow
          Deprecated. 
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.util that return RenderingResultRow
 RenderingResultRow<org.eclipse.swt.widgets.Control> DefaultRenderingResultFactory.createRenderingResultRow(org.eclipse.swt.widgets.Control... controls)
          Deprecated. Creates a RenderingResultRow from a list of controls.
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.util that return types with arguments of type RenderingResultRow
 List<RenderingResultRow<org.eclipse.swt.widgets.Control>> SWTControl.createControls(org.eclipse.swt.widgets.Composite parent)
          Deprecated. Renders a control on the provided parent and returning a list of RenderingResultRows.
 List<RenderingResultRow<org.eclipse.swt.widgets.Control>> ECPControlSWT.createControls(org.eclipse.swt.widgets.Composite parent)
          Deprecated. Renders a control on the provided parent and returning a list of RenderingResultRows.
 

Uses of RenderingResultRow in org.eclipse.emf.ecp.view.spi.renderer
 

Methods in org.eclipse.emf.ecp.view.spi.renderer that return RenderingResultRow
 RenderingResultRow<CONTROL> RenderingResultRowFactory.createRenderingResultRow(CONTROL... controls)
          Deprecated. Creates a RenderingResultRow from a list of controls.
 



Copyright © 2015. All Rights Reserved.