swing.addon
Class GridBagConstraints

java.lang.Object
  |
  +--java.awt.GridBagConstraints
        |
        +--swing.addon.GridBagConstraints
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GridBagConstraints
extends java.awt.GridBagConstraints

See Also:
Serialized Form

Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, NONE, NORTH, NORTHEAST, NORTHWEST, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
GridBagConstraints()
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagConstraints

public GridBagConstraints()