GridCellImpl
public interface GridCell
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.graphics.Point |
getAlignment() |
Returns a Point representing the horizontal and vertical alignment
applied to the cell's content.
|
int |
getColSpan() |
Returns the number of columns this cell spans across.
|
Print |
getContent() |
Returns the content print of the cell.
|
int |
getHorizontalAlignment() |
Returns the horizontal alignment applied to the cell content.
|
int |
getVerticalAlignment() |
Returns the vertical alignment applied to the cell content.
|
org.eclipse.swt.graphics.Point getAlignment()
int getHorizontalAlignment()
int getVerticalAlignment()
Print getContent()
int getColSpan()