FormAttachment.this

Constructs a new instance of this class given a control, an offset and an alignment. The possible alignment values are: <dl> <dt><b>{@link SWT#TOP}</b></dt> <dd>the side will be attached to the top side of the specified control</dd> <dt><b>{@link SWT#BOTTOM}</b></dt> <dd>the side will be attached to the bottom side of the specified control</dd> <dt><b>{@link SWT#LEFT}</b></dt> <dd>the side will be attached to the left side of the specified control</dd> <dt><b>{@link SWT#RIGHT}</b></dt> <dd>the side will be attached to the right side of the specified control</dd> <dt><b>{@link SWT#CENTER}</b></dt> <dd>the side will be centered on the same side of the specified control</dd> <dt><b>{@link SWT#DEFAULT}</b></dt> <dd>the side will be attached to the adjacent side of the specified control</dd> </dl>

@param control the control the side is attached to @param offset the offset of the side from the control @param alignment the alignment of the side to the control it is attached to, one of TOP, BOTTOM, LEFT, RIGHT, CENTER, or DEFAULT

Meta