| Modifier and Type | Method and Description |
|---|---|
Composite |
Composite.align(int align)
The cell alignment constant is used, but it is the alignment of the Composite relative to its parent
|
Composite |
Composite.pad(int pad) |
Composite |
Composite.pad(int top,
int left,
int bottom,
int right) |
Composite |
Composite.padBottom(int bottom) |
Composite |
Composite.padLeft(int left) |
Composite |
Composite.padRight(int right) |
Composite |
Composite.padTop(int top) |
Copyright © 2019. All rights reserved.