| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutStyle | |
|---|---|
| javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. | 
| javax.swing.plaf.metal | Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. | 
| Uses of LayoutStyle in javax.swing | 
|---|
| Methods in javax.swing that return LayoutStyle | |
|---|---|
| static LayoutStyle | LayoutStyle.getInstance()Returns the shared instance of LayoutStyle. | 
|  LayoutStyle | GroupLayout.getLayoutStyle()Returns the LayoutStyleused for calculating the preferred
 gap between components. | 
|  LayoutStyle | LookAndFeel.getLayoutStyle()Returns the LayoutStylefor this look
 and feel. | 
| Methods in javax.swing with parameters of type LayoutStyle | |
|---|---|
| static void | LayoutStyle.setInstance(LayoutStyle style)Sets the shared instance of LayoutStyle. | 
|  void | GroupLayout.setLayoutStyle(LayoutStyle layoutStyle)Sets the LayoutStyleused to calculate the preferred
 gaps between components. | 
| Uses of LayoutStyle in javax.swing.plaf.metal | 
|---|
| Methods in javax.swing.plaf.metal that return LayoutStyle | |
|---|---|
|  LayoutStyle | MetalLookAndFeel.getLayoutStyle()Returns a LayoutStyleimplementing the Java look and feel
 design guidelines as specified at
 http://java.sun.com/products/jlf/ed2/book/HIG.Visual2.html. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.