Uses of Interface com.jgoodies.forms.layout.Size

Uses in package com.jgoodies.forms.util

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.

Uses in package com.jgoodies.forms.layout

Classes implementing com.jgoodies.forms.layout.Size

class
Describes sizes that provide lower and upper bounds as used by the JGoodies FormLayout.
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.
class
A Size implementation that computes its width and height by a prototype String.

Constructors with parameter type com.jgoodies.forms.layout.Size

BoundedSize.BoundedSize(Size basis, Size lowerBound, Size upperBound)
Constructs a BoundedSize for the given basis using the specified lower and upper bounds.
ColumnSpec.ColumnSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
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.
FormSpec.FormSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
Constructs a FormSpec for the given default alignment, size, and resize weight.
RowSpec.RowSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
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
Sizes.bounded(Size basis, Size lowerBound, Size upperBound)
Creates and returns a BoundedSize for the given basis using the specified lower and upper bounds.
String
LayoutMap.columnPut(String key, Size value)
String
LayoutMap.rowPut(String key, Size value)

Methods with return type com.jgoodies.forms.layout.Size

Size
Sizes.bounded(Size basis, Size lowerBound, Size upperBound)
Creates and returns a BoundedSize for the given basis using the specified lower and upper bounds.
Size
Returns the base size, which is not-null.
Size
Returns the optional lower bound.
Size
Returns the size.
Size
Returns the optional upper bound.

Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.