Layout data for RowLayout that controls the width and height of a widget. The height and width of each component can be specified with a RowData instance. There are 3 types of values:
Values less than or equal to 1 are treated as percentages, with 1 = 100%.
Values greater than 1 are treated as pixels.
Values equal to Style.DEFAULT (-1) will use the component's computed height.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.