Package com.diffplug.common.swt
Class LayoutsFillLayout
A fluent api for setting and modifying a
FillLayout, created by Layouts.
Inspired by Moritz Post's blog post..-
Field Summary
Fields inherited from class com.diffplug.common.swt.LayoutWrapper
wrapped -
Method Summary
Modifier and TypeMethodDescriptionmargin(int margin) Sets marginWidth and marginHeight to the given value.marginHeight(int marginHeight) marginWidth(int marginWidth) spacing(int spacing) Sets all spacing to the given value.vertical()Methods inherited from class com.diffplug.common.swt.LayoutWrapper
getRaw, setMarginAndSpacingToDefault
-
Method Details
-
margin
Sets marginWidth and marginHeight to the given value.- Specified by:
marginin classLayoutWrapper<FillLayout>
-
spacing
Description copied from class:LayoutWrapperSets all spacing to the given value.- Specified by:
spacingin classLayoutWrapper<FillLayout>
-
vertical
-
horizontal
-
marginWidth
-
marginHeight
-