Uses of Class
java.awt.GridBagLayoutInfo
-
Packages that use GridBagLayoutInfo Package Description 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 Modifier and Type Field and Description protected GridBagLayoutInfoGridBagLayout. layoutInfoThis field holds the layout information for the gridbag.Methods in java.awt that return GridBagLayoutInfo Modifier and Type Method and Description protected GridBagLayoutInfoGridBagLayout. getLayoutInfo(Container parent, int sizeflag)Fills in an instance ofGridBagLayoutInfofor the current set of managed children.protected GridBagLayoutInfoGridBagLayout. GetLayoutInfo(Container parent, int sizeflag)This method is obsolete and supplied for backwards compatability only; new code should callgetLayoutInfoinstead.Methods in java.awt with parameters of type GridBagLayoutInfo Modifier and Type Method and Description protected DimensionGridBagLayout. getMinSize(Container parent, GridBagLayoutInfo info)Figures out the minimum size of the master based on the information fromgetLayoutInfo.protected DimensionGridBagLayout. GetMinSize(Container parent, GridBagLayoutInfo info)This method is obsolete and supplied for backwards compatability only; new code should callgetMinSizeinstead.
-
