Java org.eclipse.jface.layout RowLayoutFactory fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.layout RowLayoutFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.layout RowLayoutFactory.

The text is from its open source code.

Method

RowLayoutFactoryfill(boolean fill)
Fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
RowLayoutFactoryfillDefaults()
Creates a RowLayoutFactory that creates RowLayouts with no margins, fill behavior, and default dialog spacing.
RowLayoutFactoryswtDefaults()
Creates a RowLayoutFactory that creates RowLayouts with the default SWT values.