swing.addon
Class GridBagLayout

java.lang.Object
  |
  +--java.awt.GridBagLayout
        |
        +--swing.addon.GridBagLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable

public class GridBagLayout
extends java.awt.GridBagLayout

See Also:
Serialized Form

Fields inherited from class java.awt.GridBagLayout
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights
 
Constructor Summary
GridBagLayout()
           
 
Methods inherited from class java.awt.GridBagLayout
addLayoutComponent, addLayoutComponent, AdjustForGravity, ArrangeGrid, getConstraints, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutDimensions, GetLayoutInfo, getLayoutOrigin, getLayoutWeights, GetMinSize, invalidateLayout, layoutContainer, location, lookupConstraints, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setConstraints, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridBagLayout

public GridBagLayout()