Package com.diffplug.common.swt
Class LayoutsRowData
- java.lang.Object
-
- com.diffplug.common.swt.LayoutsRowData
-
public class LayoutsRowData extends Object
A 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 LayoutsRowData
exclude(boolean exclude)
RowData
getRaw()
Returns the raw GridData.LayoutsRowData
height(int height)
LayoutsRowData
width(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)
-
-