|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emfforms.spi.swt.core.layout.GridDescriptionFactory
public final class GridDescriptionFactory
A Factory to create GridDescriptions
.
Field Summary | |
---|---|
static GridDescriptionFactory |
INSTANCE
The static Instance of the Factory. |
Method Summary | |
---|---|
SWTGridDescription |
createEmptyGridDescription()
Creates an empty grid description. |
SWTGridDescription |
createSimpleGrid(int rows,
int columns,
AbstractSWTRenderer<? extends VElement> renderer)
Creates a simple grid based on the number of rows and columns provided. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GridDescriptionFactory INSTANCE
Method Detail |
---|
public SWTGridDescription createEmptyGridDescription()
SWTGridDescription
public SWTGridDescription createSimpleGrid(int rows, int columns, AbstractSWTRenderer<? extends VElement> renderer)
rows
- the number of rows in this gridcolumns
- the number of columns in this gridrenderer
- the AbstractSWTRenderer
SWTGridDescription
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |