Uses of Class
org.jdesktop.layout.LayoutStyle
-
-
Uses of LayoutStyle in org.jdesktop.layout
Methods in org.jdesktop.layout that return LayoutStyle Modifier and Type Method Description LayoutStyleGroupLayout. getLayoutStyle()Returns the LayoutStyle instance to usestatic LayoutStyleLayoutStyle. getSharedInstance()Factory methods for obtaining the currentLayoutStyleobject appropriate for the current look and feel.Methods in org.jdesktop.layout with parameters of type LayoutStyle Modifier and Type Method Description voidGroupLayout. setLayoutStyle(LayoutStyle layoutStyle)Sets the LayoutStyle this GroupLayout is to use.static voidLayoutStyle. setSharedInstance(LayoutStyle layoutStyle)Sets the LayoutStyle instance to use for this look and feel.
-