org.eclipse.emfforms.spi.swt.core.layout
Class SWTGridCell
java.lang.Object
org.eclipse.emf.ecp.view.model.common.AbstractGridCell<AbstractSWTRenderer<?>>
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
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 |
SWTGridCell
public SWTGridCell(int row,
int column,
AbstractSWTRenderer<? extends VElement> renderer)
- Default constructor to create a grid cell.
- Parameters:
row
- the row of the cellcolumn
- the column of the cellrenderer
- the AbstractSWTRenderer
that renderes the cell
Copyright © 2015. All Rights Reserved.