Package | Description |
---|---|
org.eclipse.swt.layout |
This package contains the SWT layout classes.
|
Modifier and Type | Field and Description |
---|---|
FormAttachment |
FormData.bottom
bottom specifies the attachment of the bottom of the
control.
|
FormAttachment |
FormData.left
left specifies the attachment of the left side of
the control.
|
FormAttachment |
FormData.right
right specifies the attachment of the right side of
the control.
|
FormAttachment |
FormData.top
top specifies the attachment of the top of the control.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.