Uses of Class
java.awt.GridBagLayoutInfo
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of GridBagLayoutInfo in java.awt
Modifier and TypeFieldDescriptionprotected GridBagLayoutInfo
GridBagLayout.layoutInfo
This field holds the layout information for the gridbag.Modifier and TypeMethodDescriptionprotected GridBagLayoutInfo
GridBagLayout.getLayoutInfo
(Container parent, int sizeflag) Fills in an instance ofGridBagLayoutInfo
for the current set of managed children.protected GridBagLayoutInfo
GridBagLayout.GetLayoutInfo
(Container parent, int sizeflag) This method is obsolete and supplied for backwards compatibility only; new code should callgetLayoutInfo
instead.Modifier and TypeMethodDescriptionprotected Dimension
GridBagLayout.getMinSize
(Container parent, GridBagLayoutInfo info) Figures out the minimum size of the parent based on the information fromgetLayoutInfo
.protected Dimension
GridBagLayout.GetMinSize
(Container parent, GridBagLayoutInfo info) This method is obsolete and supplied for backwards compatibility only; new code should callgetMinSize
instead.