Oracle Data-aware Controls Reference

oracle.dacf.layout
Class GridBagConstraintsGridXY

java.lang.Object
  |
  +--java.awt.GridBagConstraints
        |
        +--oracle.dacf.layout.GridBagConstraintsGridXY
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GridBagConstraintsGridXY
extends java.awt.GridBagConstraints
implements java.io.Serializable

See Also:
Serialized Form

Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, NONE, NORTH, NORTHEAST, NORTHWEST, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
GridBagConstraintsGridXY(int gridx, int gridy)
           
GridBagConstraintsGridXY(int gridx, int gridy, int gridwidth, int gridheight, int fill, double weightx, double weighty, java.awt.Insets insets, int anchor)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridBagConstraintsGridXY

public GridBagConstraintsGridXY(int gridx,
                                int gridy)

GridBagConstraintsGridXY

public GridBagConstraintsGridXY(int gridx,
                                int gridy,
                                int gridwidth,
                                int gridheight,
                                int fill,
                                double weightx,
                                double weighty,
                                java.awt.Insets insets,
                                int anchor)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Data-aware Controls Reference