Package com.diffplug.common.swt
Class LayoutsRowData
- java.lang.Object
-
- com.diffplug.common.swt.LayoutsRowData
-
public class LayoutsRowData extends java.lang.ObjectA fluent api for setting and modifying aRowData, created byLayouts. Inspired by Moritz Post's blog post..
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayoutsRowDataexclude(boolean exclude)RowDatagetRaw()Returns the raw GridData.LayoutsRowDataheight(int height)LayoutsRowDatawidth(int width)
-
-
-
Method Detail
-
getRaw
public RowData getRaw()
Returns the raw GridData.
-
width
public LayoutsRowData width(int width)
-
height
public LayoutsRowData height(int height)
-
exclude
public LayoutsRowData exclude(boolean exclude)
-
-