| Class | Description |
|---|---|
| AbstractLayoutPane<D> |
Abstract layout pane
|
| FillLayoutPane |
A layout pane known from SWT which layouts all children horizontal or
vertical providing them the full space and sizing all them equally
|
| GridData |
Constraints for grid elements
|
| GridLayoutPane |
Layout pane known from SWT
|
| RowData |
Row data constraint
|
| RowLayoutPane |
Layout items from top to bottom or left to right
|
| Enum | Description |
|---|---|
| GridData.Alignment |
The alignment of the item in the cell
|