Generated by
JDiff

Class java.awt.GridBagLayout

Changed Methods
void AdjustForGravity(GridBagConstraints, Rectangle) Documentation changed from old to new.
This method is obsolete and supplied for backwards compatability only; new code should call adjustForGravity instead.
void ArrangeGrid(Container) Documentation changed from old to new.
This method is obsolete and supplied for backwards compatability only; new code should call arrangeGrid instead.
GridBagLayoutInfo GetLayoutInfo(Container, int) Documentation changed from old to new.
This method is obsolete and supplied for backwards compatability only; new code should call getLayoutInfo() instead.
Dimension GetMinSize(Container, GridBagLayoutInfo) Documentation changed from old to new.
This method is obsolete and supplied for backwards compatability only; new code should call getMinSize instead.
void adjustForGravity(GridBagConstraints, Rectangle) Documentation changed from old to new.
Adjusts the x y width and height fields to the correct values depending on the constraint geometry and pads.
void arrangeGrid(Container) Documentation changed from old to new.
Lays out the grid.
float getLayoutAlignmentX(Container) Documentation changed from old to new.
Returns the alignment along the x axis.
float getLayoutAlignmentY(Container) Documentation changed from old to new.
Returns the alignment along the y axis.
GridBagLayoutInfo getLayoutInfo(Container, int) Documentation changed from old to new.
Fills in an instance of GridBagLayoutInfo for the current set of managed children.
Dimension getMinSize(Container, GridBagLayoutInfo) Documentation changed from old to new.
Figures out the minimum size of the master based on the information from getLayoutInfo().
void layoutContainer(Container) Documentation changed from old to new.
Lays out the specified container using this grid bag layout.
GridBagConstraints lookupConstraints(Component) Documentation changed from old to new.
Retrieves the constraints for the specified component.
Dimension maximumLayoutSize(Container) Documentation changed from old to new.
Returns the maximum dimensions for this layout given the components in the specified target container.
Dimension minimumLayoutSize(Container) Documentation changed from old to new.
Determines the minimum size of the parent container using this grid bag layout.
Dimension preferredLayoutSize(Container) Documentation changed from old to new.
Determines the preferred size of the parent container using this grid bag layout.
 

Changed Fields
Hashtable comptable Documentation changed from old to new.
This hashtable maintains the association between a component and its gridbag constraints.