Uses of Class
com.jgoodies.forms.util.LayoutStyle
-
Packages that use LayoutStyle Package Description com.jgoodies.forms.util Consists of Forms framework helper classes for unit conversion and layout styles. -
-
Uses of LayoutStyle in com.jgoodies.forms.util
Subclasses of LayoutStyle in com.jgoodies.forms.util Modifier and Type Class Description class
MacLayoutStyle
ALayoutStyle
that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.(package private) class
WindowsLayoutStyle
ALayoutStyle
that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.Fields in com.jgoodies.forms.util declared as LayoutStyle Modifier and Type Field Description private static LayoutStyle
LayoutStyle. current
Holds the current layout style.Methods in com.jgoodies.forms.util that return LayoutStyle Modifier and Type Method Description static LayoutStyle
LayoutStyle. getCurrent()
Returns the currentLayoutStyle
.private static LayoutStyle
LayoutStyle. initialLayoutStyle()
Computes and returns the initialLayoutStyle
.Methods in com.jgoodies.forms.util with parameters of type LayoutStyle Modifier and Type Method Description static void
LayoutStyle. setCurrent(LayoutStyle newLayoutStyle)
Set a newLayoutStyle
.
-