|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.layout.GridData
Safe:
Field Summary | |
static int |
BEGINNING
Enabled: |
static int |
CENTER
Enabled: |
(package private) int |
childIndex
|
static int |
END
Enabled: |
static int |
FILL
Enabled: |
static int |
FILL_BOTH
Enabled: FILL_BOTH = FILL_VERTICAL | FILL_HORIZONTAL |
static int |
FILL_HORIZONTAL
Enabled: FILL_HORIZONTAL = HORIZONTAL_ALIGN_FILL | GRAB_HORIZONTAL |
static int |
FILL_VERTICAL
Enabled: FILL_VERTICAL = VERTICAL_ALIGN_FILL | GRAB_VERTICAL |
static int |
GRAB_HORIZONTAL
Enabled: |
static int |
GRAB_VERTICAL
Enabled: |
boolean |
grabExcessHorizontalSpace
Enabled: grabExcessHorizontalSpace specifies whether the cell will be made wide enough to fit the remaining horizontal space. |
boolean |
grabExcessVerticalSpace
Enabled: grabExcessVerticalSpace specifies whether the cell will be made tall enough to fit the remaining vertical space. |
int |
heightHint
Enabled: heightHint specifies a minimum height for the row. |
static int |
HORIZONTAL_ALIGN_BEGINNING
Enabled: |
static int |
HORIZONTAL_ALIGN_CENTER
Enabled: |
static int |
HORIZONTAL_ALIGN_END
Enabled: |
static int |
HORIZONTAL_ALIGN_FILL
Enabled: |
int |
horizontalAlignment
Enabled: horizontalAlignment specifies how controls will be positioned horizontally within a cell. |
int |
horizontalIndent
Enabled: horizontalIndent specifies the number of pixels of indentation that will be placed along the left side of the cell. |
int |
horizontalSpan
Enabled: horizontalSpan specifies the number of column cells that the control will take up. |
(package private) int |
hSpan
|
(package private) boolean |
isItemData
|
static int |
VERTICAL_ALIGN_BEGINNING
Enabled: |
static int |
VERTICAL_ALIGN_CENTER
Enabled: |
static int |
VERTICAL_ALIGN_END
Enabled: |
static int |
VERTICAL_ALIGN_FILL
Enabled: |
int |
verticalAlignment
Enabled: verticalAlignment specifies how controls will be positioned vertically within a cell. |
int |
verticalSpan
Enabled: verticalSpan specifies the number of row cells that the control will take up. |
int |
widthHint
Enabled: widthHint specifies a minimum width for the column. |
Constructor Summary | |
GridData()
Enabled: |
|
GridData(int style)
Enabled: |
Method Summary | |
(package private) boolean |
isItemData()
|
(package private) boolean |
isSpacerData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int verticalAlignment
public int horizontalAlignment
public int widthHint
public int heightHint
public int horizontalIndent
public int horizontalSpan
public int verticalSpan
public boolean grabExcessHorizontalSpace
public boolean grabExcessVerticalSpace
public static final int BEGINNING
public static final int CENTER
public static final int END
public static final int FILL
public static final int VERTICAL_ALIGN_BEGINNING
public static final int VERTICAL_ALIGN_CENTER
public static final int VERTICAL_ALIGN_END
public static final int VERTICAL_ALIGN_FILL
public static final int HORIZONTAL_ALIGN_BEGINNING
public static final int HORIZONTAL_ALIGN_CENTER
public static final int HORIZONTAL_ALIGN_END
public static final int HORIZONTAL_ALIGN_FILL
public static final int GRAB_HORIZONTAL
public static final int GRAB_VERTICAL
public static final int FILL_VERTICAL
public static final int FILL_HORIZONTAL
public static final int FILL_BOTH
int childIndex
boolean isItemData
int hSpan
Constructor Detail |
public GridData()
public GridData(int style)
Method Detail |
boolean isItemData()
boolean isSpacerData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |