Box widget

A Rich UI box widget defines a box that embeds other widgets.

You can indicate how many columns are in the box. If the number of columns is three, for example, the first three embedded widgets are on the first row in the box, the fourth through sixth are on the second row, and so forth. If the number of columns is one, all the embedded widgets are arranged vertically. In any case, the width of a column equals the width of the largest widget in the column, and you can indicate whether the embedded widgets in a given column are aligned at the column's center, right, or left.

Vertical and horizontal scroll bars appear if necessary to give the user access to widgets that are out of sight.

The following fields are supported:

Other supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of this widget requires the following statement:
import org.eclipse.edt.rui.widgets.Box;