Uses of Class
org.eclipse.emfforms.spi.swt.core.layout.SWTGridCell

Packages that use SWTGridCell
org.eclipse.emf.ecp.ui.view.swt.di.renderer   
org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer   
org.eclipse.emf.ecp.view.custom.ui.swt.test   
org.eclipse.emf.ecp.view.spi.custom.swt   
org.eclipse.emf.ecp.view.spi.swt.layout   
org.eclipse.emf.ecp.view.swt.internal.layout   
org.eclipse.emfforms.spi.swt.core   
org.eclipse.emfforms.spi.swt.core.layout   
 

Uses of SWTGridCell in org.eclipse.emf.ecp.ui.view.swt.di.renderer
 

Methods in org.eclipse.emf.ecp.ui.view.swt.di.renderer with parameters of type SWTGridCell
 org.eclipse.swt.widgets.Control DIViewSWTRenderer.render(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the passed VElement.
 

Uses of SWTGridCell in org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer with parameters of type SWTGridCell
 org.eclipse.swt.widgets.Control DICustomControlSWT.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 

Uses of SWTGridCell in org.eclipse.emf.ecp.view.custom.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test with parameters of type SWTGridCell
 org.eclipse.swt.widgets.Control ValidationCustomControl.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub3.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub2.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control ECPAbstractCustomControlSWTStub.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 

Uses of SWTGridCell in org.eclipse.emf.ecp.view.spi.custom.swt
 

Methods in org.eclipse.emf.ecp.view.spi.custom.swt with parameters of type SWTGridCell
abstract  org.eclipse.swt.widgets.Control ECPAbstractCustomControlSWT.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 

Method parameters in org.eclipse.emf.ecp.view.spi.custom.swt with type arguments of type SWTGridCell
 void ECPAbstractCustomControlSWT.applyEnable(Map<SWTGridCell,org.eclipse.swt.widgets.Control> controls)
          Applies the current enable state.
 void ECPAbstractCustomControlSWT.applyReadOnly(Map<SWTGridCell,org.eclipse.swt.widgets.Control> controls)
          Applies the current readOnlyState.
 

Uses of SWTGridCell in org.eclipse.emf.ecp.view.spi.swt.layout
 

Methods in org.eclipse.emf.ecp.view.spi.swt.layout with parameters of type SWTGridCell
static Object LayoutProviderHelper.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.emf.ecore.EObject domainModel, org.eclipse.swt.widgets.Control control)
          Eases the access to the layout provider extension point.
 

Uses of SWTGridCell in org.eclipse.emf.ecp.view.swt.internal.layout
 

Methods in org.eclipse.emf.ecp.view.swt.internal.layout with parameters of type SWTGridCell
 Object ECPLayoutProvider.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.emf.ecore.EObject domainModel, org.eclipse.swt.widgets.Control control)
           
 

Uses of SWTGridCell in org.eclipse.emfforms.spi.swt.core
 

Methods in org.eclipse.emfforms.spi.swt.core with parameters of type SWTGridCell
 org.eclipse.swt.widgets.Control AbstractSWTRenderer.render(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the passed VElement.
 

Uses of SWTGridCell in org.eclipse.emfforms.spi.swt.core.layout
 

Methods in org.eclipse.emfforms.spi.swt.core.layout with parameters of type SWTGridCell
 Object LayoutProvider.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.emf.ecore.EObject domainModel, org.eclipse.swt.widgets.Control control)
          The LayoutData to use.
 

Constructor parameters in org.eclipse.emfforms.spi.swt.core.layout with type arguments of type SWTGridCell
SWTGridDescription(int rows, int columns, List<SWTGridCell> grid)
          Creating a filled grid.
 



Copyright © 2015. All Rights Reserved.