Uses of Class
org.jdesktop.layout.LayoutStyle
-
Uses of LayoutStyle in org.jdesktop.layout
Methods in org.jdesktop.layout that return LayoutStyleModifier and TypeMethodDescriptionGroupLayout.getLayoutStyle()
Returns the LayoutStyle instance to usestatic LayoutStyle
LayoutStyle.getSharedInstance()
Factory methods for obtaining the currentLayoutStyle
object appropriate for the current look and feel.Methods in org.jdesktop.layout with parameters of type LayoutStyleModifier and TypeMethodDescriptionvoid
GroupLayout.setLayoutStyle
(LayoutStyle layoutStyle) Sets the LayoutStyle this GroupLayout is to use.static void
LayoutStyle.setSharedInstance
(LayoutStyle layoutStyle) Sets the LayoutStyle instance to use for this look and feel.