GridDataFactory |
GridDataFactory.align(int hAlign,
int vAlign) |
Sets the alignment of the control within its cell.
|
GridDataFactory |
GridDataFactory.copy() |
Creates a copy of the receiver.
|
static GridDataFactory |
GridDataFactory.createFrom(GridData data) |
Creates a new GridDataFactory that creates copies of the given GridData
by default.
|
static GridDataFactory |
GridDataFactory.defaultsFor(Control theControl) |
Returns a GridDataFactory initialized with heuristicly generated defaults for the given control.
|
GridDataFactory |
GridDataFactory.exclude(boolean shouldExclude) |
Instructs the GridLayout to ignore this control when performing layouts.
|
static GridDataFactory |
GridDataFactory.fillDefaults() |
Creates a GridDataFactory initialized with defaults that will cause
the control to fill its cell.
|
GridDataFactory |
GridDataFactory.grab(boolean horizontal,
boolean vertical) |
Determines whether extra horizontal or vertical space should be allocated to
this control's column when the layout resizes.
|
GridDataFactory |
GridDataFactory.hint(int xHint,
int yHint) |
Sets the width and height hints.
|
GridDataFactory |
GridDataFactory.hint(Point hint) |
Sets the width and height hints.
|
GridDataFactory |
GridDataFactory.indent(int hIndent,
int vIndent) |
Sets the indent of the control within the cell.
|
GridDataFactory |
GridDataFactory.indent(Point indent) |
Sets the indent of the control within the cell.
|
GridDataFactory |
GridDataFactory.minSize(int minX,
int minY) |
Sets the minimum size for the control.
|
GridDataFactory |
GridDataFactory.minSize(Point min) |
Sets the minimum size for the control.
|
GridDataFactory |
GridDataFactory.span(int hSpan,
int vSpan) |
Sets the GridData span.
|
GridDataFactory |
GridDataFactory.span(Point span) |
Sets the GridData span.
|
static GridDataFactory |
GridDataFactory.swtDefaults() |
Creates a new GridDataFactory initialized with the SWT defaults.
|