public static final class GridLayoutFactory.GridLayoutDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GridLayoutFactory.GridLayoutDescriptor() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.layout.GridLayout | createGridLayout()
Returns a new GridLayout object.
|
java.lang.String | getGridLayoutId()
Returns the grid layout's unique ID.
|
int | getHorizontalSpacing()
Get the horizontal spacing.
|
boolean | getMakeColumnsEqualWidth()
Returns true if the columns should be of equal width.
|
int | getMarginHeight()
Gets the margin height.
|
int | getMarginWidth()
Get the margin width.
|
int | getNumColumns()
Gets the number of columns.
|
int | getVerticalSpacing()
Get the vertical spacing.
|
void | setGridLayoutId(java.lang.String id)
Sets the grid layout's ID.
|
void | setHorizontalSpacing(int horizontalSpacing)
Sets the horizontal spacing.
|
void | setMakeColumnsEqualWidth(boolean makeColumnsEqualWidth)
Set whether the columns should be of equal width.
|
void | setMarginHeight(int marginHeight)
Set the margin height.
|
void | setMarginWidth(int marginWidth)
Sets the margin width.
|
void | setNumColumns(int numColumns)
Set the number of columns.
|
void | setVerticalSpacing(int verticalSpacing)
Sets the vertical spacing.
|
public static final java.lang.String COPYRIGHT
public GridLayoutFactory.GridLayoutDescriptor()
public java.lang.String getGridLayoutId()
public void setGridLayoutId(java.lang.String id)
public int getHorizontalSpacing()
public void setHorizontalSpacing(int horizontalSpacing)
public int getVerticalSpacing()
public void setVerticalSpacing(int verticalSpacing)
public int getMarginWidth()
public void setMarginWidth(int marginWidth)
public int getMarginHeight()
public void setMarginHeight(int marginHeight)
public boolean getMakeColumnsEqualWidth()
public void setMakeColumnsEqualWidth(boolean makeColumnsEqualWidth)
public int getNumColumns()
public void setNumColumns(int numColumns)
public org.eclipse.swt.layout.GridLayout createGridLayout()