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
Subclasses of LayoutStyle in com.jgoodies.forms.utilModifier and TypeClassDescriptionfinal classALayoutStylethat aims to provide layout constants as defined by Microsoft's User Experience Guidelines.(package private) final classALayoutStylethat aims to provide layout constants as defined by Microsoft's User Experience Guidelines.Fields in com.jgoodies.forms.util declared as LayoutStyleModifier and TypeFieldDescriptionprivate static LayoutStyleLayoutStyle.currentHolds the current layout style.Methods in com.jgoodies.forms.util that return LayoutStyleModifier and TypeMethodDescriptionstatic LayoutStyleLayoutStyle.getCurrent()Returns the currentLayoutStyle.private static LayoutStyleLayoutStyle.initialLayoutStyle()Computes and returns the initialLayoutStyle.Methods in com.jgoodies.forms.util with parameters of type LayoutStyleModifier and TypeMethodDescriptionstatic voidLayoutStyle.setCurrent(LayoutStyle newLayoutStyle) Set a newLayoutStyle.