Frames | No Frames |
Methods with return type com.jgoodies.forms.layout.Size | |
Size | Returns this style's default button height. |
Size | Returns this style's default button width. |
Classes implementing com.jgoodies.forms.layout.Size | |
class | An implementation of the Size interface that represents constant
sizes described by a value and unit, for example:
10 pixel, 15 point or 4 dialog units. |
Constructors with parameter type com.jgoodies.forms.layout.Size | |
Constructs a ColumnSpec for the given default alignment,
size and resize weight. | |
Constructs a ColumnSpec for the given size using the
default alignment, and no resizing. | |
Constructs a FormSpec for the given default alignment,
size, and resize weight. | |
Constructs a RowSpec from the given default orientation,
size, and resize weight. | |
Constructs a RowSpec for the given size using the
default alignment, and no resizing. |
Methods with parameter type com.jgoodies.forms.layout.Size | |
Size | Creates and returns a BoundedSize for the given basis
using the specified lower and upper bounds. |
Methods with return type com.jgoodies.forms.layout.Size | |
Size | Creates and returns a BoundedSize for the given basis
using the specified lower and upper bounds. |
Size | Returns the size. |