GridBagLayout.lookupConstraints

GridBagLayout.lookupConstraints

Class Overview | Class Members | This Package | All Packages

Syntax
protected GridBagConstraints lookupConstraints( Component comp )
Parameters
comp
the component to be queried
Returns
the contraints for the specified component.
Description
Retrieves the constraints for the specified component. The return value is not a copy, but is the actual GridBagConstraints object used by the layout mechanism.