| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridBagLayoutInfo | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| Uses of GridBagLayoutInfo in java.awt | 
|---|
| Fields in java.awt declared as GridBagLayoutInfo | |
|---|---|
| protected  GridBagLayoutInfo | GridBagLayout.layoutInfoThis field holds the layout information for the gridbag. | 
| Methods in java.awt that return GridBagLayoutInfo | |
|---|---|
| protected  GridBagLayoutInfo | GridBagLayout.getLayoutInfo(Container parent,
              int sizeflag)Fills in an instance of GridBagLayoutInfofor the
 current set of managed children. | 
| protected  GridBagLayoutInfo | GridBagLayout.GetLayoutInfo(Container parent,
              int sizeflag)This method is obsolete and supplied for backwards compatability only; new code should call getLayoutInfoinstead. | 
| Methods in java.awt with parameters of type GridBagLayoutInfo | |
|---|---|
| protected  Dimension | GridBagLayout.getMinSize(Container parent,
           GridBagLayoutInfo info)Figures out the minimum size of the master based on the information from getLayoutInfo. | 
| protected  Dimension | GridBagLayout.GetMinSize(Container parent,
           GridBagLayoutInfo info)This method is obsolete and supplied for backwards compatability only; new code should call getMinSizeinstead. | 
| 
 | 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.