Uses of Class
org.eclipse.emf.ecp.view.model.common.AbstractGridCell

Packages that use AbstractGridCell
org.eclipse.emf.ecp.view.model.common   
org.eclipse.emf.ecp.view.spi.swt.layout   
 

Uses of AbstractGridCell in org.eclipse.emf.ecp.view.model.common
 

Classes in org.eclipse.emf.ecp.view.model.common with type parameters of type AbstractGridCell
 class AbstractGridDescription<GRIDCELL extends AbstractGridCell<?>>
          A AbstractGridDescription describes the grid of the renderer using a list of GridCells and the number of rows and columns it has.
 

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

Subclasses of AbstractGridCell in org.eclipse.emf.ecp.view.spi.swt.layout
 class SWTGridCell
          A SWTGridCell has a row, a column and a renderer it is rendered by.
 



Copyright © 2014. All Rights Reserved.