|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridDataFactory | |
---|---|
org.eclipse.jface.layout | Provides support for layout generation. |
Uses of GridDataFactory in org.eclipse.jface.layout |
---|
Methods in org.eclipse.jface.layout that return GridDataFactory | |
static GridDataFactory |
GridDataFactory.swtDefaults()
Creates a new GridDataFactory initialized with the SWT defaults. |
static GridDataFactory |
GridDataFactory.createFrom(GridData data)
Creates a new GridDataFactory that creates copies of the given GridData by default. |
static GridDataFactory |
GridDataFactory.fillDefaults()
Creates a GridDataFactory initialized with defaults that will cause the control to fill its cell. |
static GridDataFactory |
GridDataFactory.defaultsFor(Control theControl)
Returns a GridDataFactory initialized with heuristicly generated defaults for the given control. |
GridDataFactory |
GridDataFactory.span(int hSpan,
int vSpan)
Sets the GridData span. |
GridDataFactory |
GridDataFactory.span(Point span)
Sets the GridData span. |
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.align(int hAlign,
int vAlign)
Sets the alignment of the control within its cell. |
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.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.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.exclude(boolean shouldExclude)
Instructs the GridLayout to ignore this control when performing layouts. |
GridDataFactory |
GridDataFactory.copy()
Creates a copy of the reciever. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.