Java Platform 1.2

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. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
 

Uses of GridBagConstraints in java.awt
 

Fields in java.awt declared as GridBagConstraints
protected  GridBagConstraints GridBagLayout.defaultConstraints
          This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the 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)
           
 

Uses of GridBagConstraints in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic with parameters of type GridBagConstraints
protected  void BasicOptionPaneUI.addMessageComponents(Container container, GridBagConstraints cons, Object msg, int maxll, boolean internallyCreated)
          Creates the appropriate object to represent msg and places it into container.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.