borland Packages  Class Hierarchy  jbcl.layout Package  Index 

GridBagConstraints2 class

java.lang.Object
   +----java.awt.GridBagConstraints
           +----borland.jbcl.layout.GridBagConstraints2

About the GridBagConstraints2 class

Variables  Constructors  Properties  Methods  

Implements Serializable, Cloneable

This is the constraint object for adding a component to a GridBagLayout. This class extends java.awt.GridBagConstraints and adds a constructor that takes all the parameters for the constraint values. You use this class instead of java.awt.GridBagConstraints when you want to design your GridBagLayout container in the UI Designer.

For more information, see GridBagLayout in the Building Applications with JBuilder.


GridBagConstraints2 variables

Variables implemented in java.awt.GridBagConstraints

GridBagConstraints2 constructors

GridBagConstraints2 properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

GridBagConstraints2 methods

Methods implemented in this class

Methods implemented in java.awt.GridBagConstraints

Methods implemented in java.lang.Object


GridBagConstraints2 constructors

GridBagConstraints2(int, int, int, int, double, double, int, int, java.awt.Insets, int, int)

  public GridBagConstraints2(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, java.awt.Insets insets, int ipadx, int ipady)
An additional constuctor for GridBagConstraints that simplifies the code generation for the UI Designer.

GridBagConstraints2 methods

toString()

  public String toString()
Returns a string that displays the constant value.

Overrides: java.lang.Object.toString()