A Rich UI div widget defines a division (HTML DIV tag) on the web page, below the content that precedes the widget. Each widget corresponds to the HTML DIV tag. A floatLeft widget uses the CSS element float:left, and the floatRight widget uses the CSS element float:right.
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.”
import org.eclipse.edt.rui.widgets.Div; import org.eclipse.edt.rui.widgets.FloatLeft; import org.eclipse.edt.rui.widgets.FloatRight;