Uses of Class
java.awt.GridBagConstraints

Packages that use GridBagConstraints
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
 

Uses of GridBagConstraints in java.awt
 

Methods in java.awt that return GridBagConstraints
 GridBagConstraints GridBagLayout.getConstraints(Component comp)
          Gets the constraints for the specified component.
 

Methods in java.awt with parameters of type GridBagConstraints
 void GridBagLayout.setConstraints(Component comp, GridBagConstraints constraints)
          Sets the constraints for the specified component in this layout.