Uses of Interface
com.privatejgoodies.forms.layout.Size
-
Packages that use Size Package Description com.privatejgoodies.forms.layout com.privatejgoodies.forms.util -
-
Uses of Size in com.privatejgoodies.forms.layout
Classes in com.privatejgoodies.forms.layout that implement Size Modifier and Type Class Description classBoundedSizeDescribes sizes that provide lower and upper bounds as used by the JGoodies FormLayout.classConstantSizeAn implementation of theSizeinterface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.classPrototypeSizeASizeimplementation that computes its width and height by a prototype String.Methods in com.privatejgoodies.forms.layout that return Size Modifier and Type Method Description static SizeSizes. bounded(Size basis, Size lowerBound, Size upperBound)Creates and returns a BoundedSize for the given basis using the specified lower and upper bounds.SizeBoundedSize. getBasis()Returns the base size, which is not-null.SizeBoundedSize. getLowerBound()Returns the optional lower bound.SizeFormSpec. getSize()Returns the size.SizeBoundedSize. getUpperBound()Returns the optional upper bound.Methods in com.privatejgoodies.forms.layout with parameters of type Size Modifier and Type Method Description static SizeSizes. bounded(Size basis, Size lowerBound, Size upperBound)Creates and returns a BoundedSize for the given basis using the specified lower and upper bounds.java.lang.StringLayoutMap. columnPut(java.lang.String key, Size value)java.lang.StringLayoutMap. rowPut(java.lang.String key, Size value)Constructors in com.privatejgoodies.forms.layout with parameters of type Size Constructor Description BoundedSize(Size basis, Size lowerBound, Size upperBound)Constructs a BoundedSize for the given basis using the specified lower and upper bounds.ColumnSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)Constructs a ColumnSpec for the given default alignment, size and resize weight.ColumnSpec(Size size)Constructs a ColumnSpec for the given size using the default alignment, and no resizing.FormSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)Constructs aFormSpecfor the given default alignment, size, and resize weight.RowSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)Constructs a RowSpec from the given default orientation, size, and resize weight.RowSpec(Size size)Constructs a RowSpec for the given size using the default alignment, and no resizing. -
Uses of Size in com.privatejgoodies.forms.util
Methods in com.privatejgoodies.forms.util that return Size Modifier and Type Method Description abstract SizeLayoutStyle. getDefaultButtonHeight()Returns this style's default button height.SizeMacLayoutStyle. getDefaultButtonHeight()abstract SizeLayoutStyle. getDefaultButtonWidth()Returns this style's default button width.SizeMacLayoutStyle. getDefaultButtonWidth()
-