Uses of Class
com.jgoodies.forms.util.LayoutStyle
Packages that use LayoutStyle
Package
Description
Consists of Forms framework helper classes for unit conversion and layout styles.
-
Uses of LayoutStyle in com.jgoodies.forms.util
Methods in com.jgoodies.forms.util that return LayoutStyleModifier and TypeMethodDescriptionstatic LayoutStyle
LayoutStyle.getCurrent()
Returns the currentLayoutStyle
.Methods in com.jgoodies.forms.util with parameters of type LayoutStyleModifier and TypeMethodDescriptionstatic void
LayoutStyle.setCurrent
(LayoutStyle newLayoutStyle) Set a newLayoutStyle
.