Java Platform 1.2
Beta 4

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
 

Fields in java.awt declared as GridBagConstraints
protected  GridBagConstraints GridBagLayout.defaultConstraints
           
 

Methods in java.awt that return GridBagConstraints
 GridBagConstraints GridBagLayout.getConstraints(Component comp)
          Gets the constraints for the specified component.
protected  GridBagConstraints GridBagLayout.lookupConstraints(Component comp)
          Retrieves 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.
protected  void GridBagLayout.AdjustForGravity(GridBagConstraints constraints, Rectangle r)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.