|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridLayoutFactory | |
---|---|
org.eclipse.jface.layout | Provides support for layout generation. |
Uses of GridLayoutFactory in org.eclipse.jface.layout |
---|
Methods in org.eclipse.jface.layout that return GridLayoutFactory | |
static GridLayoutFactory |
GridLayoutFactory.createFrom(GridLayout l)
Creates a factory that creates copies of the given layout. |
GridLayoutFactory |
GridLayoutFactory.copy()
Creates a copy of the reciever. |
static GridLayoutFactory |
GridLayoutFactory.swtDefaults()
Creates a GridLayoutFactory that creates GridLayouts with the default SWT values. |
static GridLayoutFactory |
GridLayoutFactory.fillDefaults()
Creates a GridLayoutFactory that creates GridLayouts with no margins and default dialog spacing. |
GridLayoutFactory |
GridLayoutFactory.equalWidth(boolean equal)
Sets whether the columns should be forced to be equal width |
GridLayoutFactory |
GridLayoutFactory.spacing(int hSpacing,
int vSpacing)
Sets the spacing for layouts created with this factory. |
GridLayoutFactory |
GridLayoutFactory.spacing(Point spacing)
Sets the spacing for layouts created with this factory. |
GridLayoutFactory |
GridLayoutFactory.margins(Point margins)
Sets the margins for layouts created with this factory. |
GridLayoutFactory |
GridLayoutFactory.margins(int x,
int y)
Sets the margins for layouts created with this factory. |
GridLayoutFactory |
GridLayoutFactory.numColumns(int numColumns)
Sets the number of columns in the layout |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.