Java com.jgoodies.forms.layout FormSpec fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.forms.layout FormSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.forms.layout FormSpec.

The text is from its open source code.

Field

doubleNO_GROW
Gives a column or row a fixed size.
doubleDEFAULT_GROW
The default resize weight.

Method

DefaultAlignmentgetDefaultAlignment()
Returns the default alignment.
doublegetResizeWeight()
Returns the current resize weight.
SizegetSize()
Returns the size.
StringtoString()
Returns a string representation of this form specification.