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

java.lang.Object
  extended by org.eclipse.emf.ecp.view.model.common.AbstractGridCell<AbstractSWTRenderer<?>>
      extended by org.eclipse.emfforms.spi.swt.core.layout.SWTGridCell

public class SWTGridCell
extends AbstractGridCell<AbstractSWTRenderer<?>>

A SWTGridCell has a row, a column and a renderer it is rendered by.

Since:
1.3
Author:
Eugen Neufeld

Constructor Summary
SWTGridCell(int row, int column, AbstractSWTRenderer<? extends VElement> renderer)
          Default constructor to create a grid cell.
 
Method Summary
 
Methods inherited from class org.eclipse.emf.ecp.view.model.common.AbstractGridCell
equals, getColumn, getHorizontalSpan, getRenderer, getRow, hashCode, isHorizontalFill, isHorizontalGrab, isVerticalFill, isVerticalGrab, setHorizontalFill, setHorizontalGrab, setHorizontalSpan, setRenderer, setVerticalFill, setVerticalGrab
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTGridCell

public SWTGridCell(int row,
                   int column,
                   AbstractSWTRenderer<? extends VElement> renderer)
Default constructor to create a grid cell.

Parameters:
row - the row of the cell
column - the column of the cell
renderer - the AbstractSWTRenderer that renderes the cell


Copyright © 2015. All Rights Reserved.